In most cases, it is recommended that you use stored procedures or Sybase Central to insert scripts into the system tables. However, in some rare cases you may need to use an INSERT statement to directly insert the scripts. For example, older versions of some RDBMSs may have length limitations that make it difficult to use stored procedures.
For a complete description of the MobiLink system tables, see MobiLink server system tables.
The format of the INSERT statements that are required to directly insert scripts can be found in the source code for the ml_add_connection_script and ml_add_table_script stored procedures. The source code for these stored procedures is located in the MobiLink setup scripts. There is a different setup script for each supported RDBMS. The setup scripts are all located in install-dir\MobiLink\setup and are called:
Consolidated database | Setup file |
---|---|
Adaptive Server Enterprise | syncase.sql |
IBM DB2 mainframe | syncd2m.sql or syncd2m_jcl.sql |
IBM DB2 LUW | syncdb2.sql |
Microsoft SQL Server | syncmss.sql |
MySQL | syncmys.sql |
Oracle | syncora.sql |
SQL Anywhere | syncsa.sql |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |