MobiLink Synchronization User's Guide
Tutorial: Writing SQL Scripts Using Sybase Central
The MobiLink synchronization client may now be started from a command prompt. Adaptive Server Anywhere clients initiate MobiLink synchronization by using the dbmlsync utility.
You specify connection parameters on the dbmlsync command line using the -c option. These parameters are for the remote database.
To start the MobiLink client
Ensure the MobiLink synchronization server is running by looking for the MobiLink icon in the system tray.
Open a command prompt and navigate to the Samples\MobiLink\AutoScripting subdirectory of your SQL Anywhere 9 installation.
Run the following command line:
dbmlsync -c "dsn=test_remote" -o dbmlsync.out -v+
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.
For more information about dbmlsync, see MobiLink synchronization client.
For more information about synchronization, see The synchronization process.