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

SQL Anywhere 11.0.0 » UltraLite - Database Management and Reference » UltraLite as a MobiLink Client » UltraLite synchronization parameters and network protocol options » Synchronization parameters for UltraLite

 

Additional Parameters synchronization parameter

This synchronization parameter allows an application to supply additional parameters that can not be readily specified using any other predefined parameters. Some parameters that are seldom used are specified in this parameter field.

The additional parameters are supplied as a string of keyword=value settings, separated with a semicolon. See the examples that follow.

Syntax

The syntax varies depending on the API you use.

See also
Example

UltraLite for C/C++ applications can set the parameters as follows:

ul_synch_info info;
// ...
info.additional_parms = UL_TEXT( "DisableConcurrency=1;TableOrder=Customer,Sales" );