Contents Index Connection scripts Script parameters

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts
    Script types

Table scripts


Table scripts allow actions at specific events relating to the synchronization of a specific table, such as the start or end of uploading rows, resolving conflicts, or selecting rows to download.

The synchronization scripts for a given table can refer to any table, or combination of tables, in the consolidated database. You can use this feature to fill a particular remote table with data stored in one or more consolidated tables, or to store data uploaded from a single remote table into multiple tables in the consolidated database.

Table names need not match 

The names of tables in the remote databases need not match the names of the tables in the consolidated database. The MobiLink synchronization server determines which scripts are associated with a table by looking up the remote table name in the ml_table system table.


Contents Index Connection scripts Script parameters