UltraLite User's Guide
UltraLite Reference
Synchronization parameters
Do not upload any changes from the UltraLite database during this synchronization.
The parameter is an optional Boolean value, and by default is false.
Set the parameter as follows:
ul_synch_info info; // ... info.download_only = ul_true;
The Java access methods are getDownloadOnly and setDownloadOnly.
Set the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; opts.setDownloadOnly( true ); // set other options here conn.synchronize( opts );
Including read-only tables in an UltraLite database.
upload_only synchronization parameter