Use this system procedure to delete a passthrough script from the ml_passthrough_script system table.
ml_delete_passthrough_script ( 'script_name' )
Syntax |
Description |
---|---|
script_name |
VARCHAR(128). The name of the script to remove. |
Scripts can not be removed if they are referenced in the ml_passthrough or ml_passthrough_repair system tables.
The MobiLink server does not automatically remove entries from the ml_passthrough_script table. You must use this procedure to remove outdated passthrough scripts.
For DB2 mainframe consolidated database types, this procedure is called ml_del_pt_script. See IBM DB2 mainframe system procedure name conversions.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |