Stores the names and contents for each passthrough script.
Column |
Description |
||
---|---|---|---|
script_id |
INTEGER. A unique integer that identifies the passthrough script name. This value is used internally. |
||
script_name |
VARCHAR(128). The unique passthrough script name. |
||
flags |
VARCHAR(256). This value tells clients how to run the script. This value can be null or contain a combination of the following keywords in a semicolon-delimited list:
For example:
|
||
affected_pubs |
TEXT. A list of publications that must be synchronized before the script is run. An empty or null publication list indicates that no synchronization is required. This value is only meaningful with SQL Anywhere clients. |
||
script |
TEXT. The contents of the passthrough script. |
||
description |
VARCHAR(2000). A comment or description of the script. |
You can use the ml_add_passthrough_script system procedure and the ml_delete_passthrough_script system procedure to add and delete entries in this table.
It is recommended that you do not directly update the ml_passthrough_script table without using the ml_add_passthrough_script and ml_delete_passthrough_script system procedures. Clients do not receive newly updated scripts if they have already downloaded the original passthrough scripts. Discrepancies between the various scripts on multiple clients makes managing script execution difficult or impossible.
For DB2 mainframe consolidated database types, this table is called ml_pt_script. See IBM DB2 mainframe system table name conversions.
PRIMARY KEY( script_id )
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |