Specifies whether to disable or enable concurrent access to UltraLite while performing a synchronization.
setDisableConcurrency( Boolean value );
value Set to true to disable concurrent synchronization, or set to false to enable concurrent synchronization.
By default, other threads may perform UltraLite operations while a thread is synchronizing. When concurrent synchronization is disabled, other threads block on UltraLite calls until the synchronization has completed.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |