Contents Index auth_value synchronization parameter disable_concurrency synchronization parameter

UltraLite Embedded SQL User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

checkpoint_store synchronization parameter


Function 

Adds additional checkpoints of the database during synchronization to limit database growth during the synchronization process.

Default 

By default, limited checkpointing is done.

Usage 

Set the parameter as follows:

ul_synch_info info;
// ...
info.checkpoint_store = ul_true ;

Contents Index auth_value synchronization parameter disable_concurrency synchronization parameter