Contents Index Table scripts Script versions

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts

Script parameters


Most synchronization scripts receive parameters from the MobiLink synchronization server. You can use these parameters in your scripts by placing question marks in the script.

The following are some common parameters used in scripts.

To use parameters, place a single question mark in your SQL script for each parameter. Some parameters are optional. The MobiLink synchronization server replaces each question mark with the value of a parameter. It substitutes values in the order the parameters appear in the script definition.

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


Contents Index Table scripts Script versions