Disallows database access from other threads during synchronization.
This parameter is specified in the additional_parms field in the synchronization parameters. The syntax varies depending on the API you use.
False (allowing concurrent database access). Data access is read-only during the upload phase, and read-write otherwise.
Boolean
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info info; // ... info.additional_parms = UL_TEXT( "DisableConcurrency=1" ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |