Script types

Synchronization scripts can apply to the entire connection or to specific tables.

  • 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 are used in conjunction with other scripts when implementing more complex synchronization schemes.

    See Connection scripts.

  • table-level scripts   These scripts perform actions specific to one synchronization and one particular remote table. These scripts are used in conjunction with other scripts when implementing more complex synchronization schemes such as conflict resolution.

    See Table scripts.


Connection scripts
Table scripts