Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 参考 » MobiLink 服务器系统过程 » MobiLink 系统过程

 

ml_delete_passthrough_script 系统过程

使用此系统过程来删除 ml_passthrough_script 系统表中的直通脚本。

语法
ml_delete_passthrough_script ( 
'script_name' 
)
参数

语法

说明

script_name

VARCHAR(128)。要删除的脚本的名称。

注释

如果脚本在 ml_passthrough 或 ml_passthrough_repair 系统表中被引用,则不能将其删除。

MobiLink 服务器不会从 ml_passthrough_script 表自动删除条目。必须使用此过程来删除过期的直通脚本。

对于 DB2 主机统一数据库类型,此过程称为 ml_del_pt_script。请参见IBM DB2 主机系统过程名称转换

另请参见