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

SQL Anywhere 17 » UltraLite - Database Management and Developer Guide » UltraLite as a MobiLink client

UltraLite synchronization parameters

Synchronization parameters control the synchronization between an UltraLite database and the MobiLink server.

The way you set parameters depends on the specific UltraLite interface you are using.s

Note The parameters described only apply to UltraLite remote databases. Use the MobiLink SQL Anywhere client utility to synchronize SQL Anywhere remote databases.
Required parameters

The following parameters are required:

  • Stream Type

  • User Name

  • Version

The synchronization function throws an exception, such as SQLCode.SQLE_SYNC_INFO_INVALID or its equivalent, if you do not set these parameters.

Conflicting parameters

You can specify at most one of these parameters:

  • Download Only

  • Ping

  • Upload Only

The synchronization function throws an exception, such as SQLCode.SQLE_SYNC_INFO_INVALID or its equivalent, if you set more than one of these parameters to true.