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" );