Contents Index Example scripts for UltraLite Script types

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts

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 synchronization 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 stream processing, see Writing scripts to upload rows.

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

Notes 

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


Contents Index Example scripts for UltraLite Script types