Disallow database access from other threads during synchronization.
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_a info; // ... info.disable_concurrency = ul_true ;