UltraLite Database User's Guide
Synchronization for UltraLite Applications
Synchronization parameters reference
Adds additional checkpoints of the database during synchronization to limit database growth during the synchronization process.
The checkpoint operation adds I/O operations for the application and for the Palm conduit and so slows synchronization. The option is most useful for large downloads with many updates. Devices with slow flash memory may not want to pay the performance penalty.
By default, only required checkpointing is done.
MobileVB SyncParms
ActiveX SyncParms
UltraLite.NET See ianywhere.UltraLite.SyncParms.
Embedded SQL See checkpoint_store synchronization parameter.
Static C++ API See checkpoint_store synchronization parameter.
Static Java API Not available.