Contents Index Lesson 2: Starting the MobiLink synchronization server Summary

MobiLink Synchronization User's Guide
  Tutorial: Using MobiLink with an Oracle 8i Consolidated Database

Lesson 3: Running the MobiLink synchronization client


The MobiLink client may now be started from a command prompt. The MobiLink client initiates synchronization.

You can specify connection parameters on the dbmlsync command line using the -c option. These parameters are for the remote database.

To start the MobiLink client

  1. Ensure that the MobiLink synchronization server is started.

  2. Open a command prompt and navigate to your OracleTut directory. Run the following command line:

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

    This command line specifies the following options:

Further reading 

For more information about dbmlsync, see MobiLink synchronization client.


Contents Index Lesson 2: Starting the MobiLink synchronization server Summary