MobiLink Synchronization Reference
Stored Procedures
You must add synchronization scripts to system tables in the consolidated database before you can use them. The following stored procedures add synchronization scripts to the consolidated database. They can also be used to delete scripts.
When you add a script using a stored procedure, the script is a string. Any strings within the script need to be escaped. For Adaptive Server Anywhere, each quotation mark (') needs to be doubled so as not to terminate the string.
You cannot use stored procedures to add scripts longer than 255 bytes to Adaptive Server Enterprise 11.5 or earlier. Instead, use Sybase Central or direct insertion to define longer scripts.
IBM DB2 prior to version 6 only supports column names and other identifiers of 18 characters or less, and so the names are truncated. For example, ml_add_connection_script is shortened to ml_add_connection_.
ml_add_connection_script
ml_add_table_script
ml_add_dnet_connection_script
ml_add_dnet_table_script
ml_add_java_connection_script
ml_add_java_table_script