Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Getting Started » Tutorial: Using MobiLink with an Oracle 10g Consolidated Database

Lesson 2: Start the MobiLink server Next Page

Lesson 3: Start 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 for the remote database on the dbmlsync command line using the -c option.

To start the MobiLink client
  1. Ensure that the MobiLink server is started.

  2. At a command prompt, navigate to your OracleTut directory.

  3. Type the following command:

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

    This command line specifies the following dbmlsync options:

Further reading

For more information about dbmlsync, see dbmlsync syntax.