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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts

Simple synchronization script Next Page

Scripts and the synchronization process


Each script corresponds to a particular event in the synchronization process. You write a script only when some action must occur. All unnecessary events can be left undefined.

The two principal parts of the process are the processing of uploaded information and the preparation of rows for downloading.

The MobiLink server reads and prepares each script once, when it is first needed. The script is then executed whenever the event is invoked.

The sequence of events

For information about the full sequence of MobiLink events, see Overview of MobiLink events.

For the details of upload processing, see Writing scripts to upload rows.

For the details of download processing, see Writing scripts to download rows.

Notes

For reference material, including detailed information about each script and its parameters, see Synchronization Events.