Use this system procedure to delete a repair rule from the ml_passthrough_repair system table.
ml_delete_passthrough_repair ( 'failed_script_name', error_code )
Syntax |
Description |
---|---|
failed_script_name |
VARCHAR(128). The name of the script to which a rule applied. |
error_code |
INTEGER. The error code for which the rule applied. |
The MobiLink server does not automatically remove entries from the ml_passthrough_repair table. You must use this procedure to remove outdated passthrough repair scripts.
For DB2 mainframe consolidated database types, this procedure is called ml_del_pt_repair. 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 |