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 - Client Administration » UltraLite Synchronization Parameters and Network Protocol options » Synchronization parameters for UltraLite

Checkpoint Store synchronization parameter Next Page

Disable Concurrency synchronization parameter


Disallow database access from other threads during synchronization.

Syntax

The syntax varies depending on the API you use.

Default

False (allowing concurrent database access). Data access is read-only during the upload phase, and read-write otherwise.

Allowed values

Boolean

See also
Example

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

ul_synch_info_a info;
// ...
info.disable_concurrency = ul_true ;