Contents Index Multiple MobiLink synchronization users Transaction log files

MobiLink Synchronization User's Guide
  Adaptive Server Anywhere Clients
    Initiating synchronization

Customizing synchronization


MobiLink provides a number of extended options to customize the synchronization process. Extended options can be set for publications, users, and subscriptions. In addition, extended option values can be overridden using options on the dbmlsync command line.

For a complete list of extended options, see -e extended options.

To override an extended option on the dbmlsync command line

To set an extended option for a subscription, publication or user

Example 

The following statement creates a synchronization subscription that uses extended options to set the cache size for preparing the upload stream to 3 Mb and the upload increment size to 3 kb.

CREATE SYNCHRONIZATION SUBSCRIPTION TO my_pub
FOR ml_user
ADDRESS 'host=test.internal;port=2439;'
OPTION memory='3m',increment='3k'

Note that the option values can be enclosed in single quotes, but the option names must remain unquoted.


Contents Index Multiple MobiLink synchronization users Transaction log files