Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » MobiLink - Server Administration » MobiLink events » Synchronization scripts

Script types

There are two types of synchronization scripts, connection-level scripts and table-level scripts.

  • connection-level scripts

    These scripts perform actions that are connection-specific or synchronization-specific and that are independent of any one remote table. These scripts can be used with other scripts to implement your synchronization business logic.

  • table-level scripts

    These scripts perform actions specific to one synchronization and one particular remote table. These scripts are used with other scripts to implement your synchronization business logic, including conflict resolution.