Contents Index Lesson 2: Running the MobiLink synchronization server Tutorial cleanup

MobiLink Synchronization User's Guide
  Tutorial: Synchronizing Adaptive Server Anywhere Databases

Lesson 3: Running the MobiLink synchronization client


Adaptive Server Anywhere clients initiate MobiLink synchronization by using the dbmlsync utility.

To start the MobiLink synchronization client

  1. Open a command prompt and navigate to the Samples\MobiLink\AutoScripting subdirectory of your SQL Anywhere 9 installation.

  2. Run the following command line:

    dbmlsync -c "dsn=test_remote" -o dbmlsync.out -v -e "SendColumnNames=ON"

    This command line specifies the following options:

Once you have executed the MobiLink synchronization client command, the output below appears to indicate that synchronization has succeeded. After synchronization, the remote database is populated with the data from the consolidated database.

A MobiLink output screen, with a bar-type display showing a successful synchronization.
Further reading 

For more information about dbmlsync options, see MobiLink synchronization client.

For more information about remote clients, see MobiLink clients.

For more information about dbmlsync, see Initiating synchronization.


Contents Index Lesson 2: Running the MobiLink synchronization server Tutorial cleanup