Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Client Administration » UltraLite Synchronization Parameters and Network Protocol options » Synchronization parameters for UltraLite

Authentication Value synchronization parameter Next Page

Checkpoint Store synchronization parameter


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

Syntax

The syntax varies depending on the API you use.

Default

Limited checkpointing

Remarks

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.

See also
Example

UltraLite for C/C++ applications set the parameter as follows:

ul_synch_info_a info;
// ...
info.checkpoint_store = ul_true ;