Contents Index Handling multiple errors on a single SQL statement DBMS-dependent scripts

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts

Testing script syntax


As you develop your synchronization scripts, you can use Sybase Central to test for syntax errors in your scripts.

Testing the scripts is done without any remote site in place. No data is added to the database or downloaded from the database during testing. The validity of the synchronized data itself is not tested.

To test your synchronization scripts

  1. Start Sybase Central and connect to a database from MobiLink Synchronization.

  2. In the left pane, click the database name.

  3. Right-click the Synchronized Tables folder or the Connection scripts folder and select Test Scripts from the popup menu.

    The Test Scripts window appears:

    The Test Scripts window.
  4. Click Test. If prompted, enter parameters. The results of the test are displayed in the window.

    The test results include a listing of which scripts are executed, in which order. They also include a listing of any syntax errors or data type errors found during the test.


Contents Index Handling multiple errors on a single SQL statement DBMS-dependent scripts