Contents Index disable_concurrency synchronization parameter ignored_rows synchronization parameter

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

download_only synchronization parameter


Function 

Do not upload any changes from the UltraLite database during this synchronization.

Default 

The parameter is an optional Boolean value, and by default is false.

Usage 

Set the parameter as follows:

ul_synch_info info;
// ...
info.download_only = ul_true;
See also 

Including read-only tables in an UltraLite database.

upload_only synchronization parameter


Contents Index disable_concurrency synchronization parameter ignored_rows synchronization parameter