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

SQL Anywhere 11.0.1 » UltraLite - Database Management and Reference » UltraLite as a MobiLink Client » UltraLite synchronization parameters and network protocol options » Synchronization parameters for UltraLite

 

Keep Partial Download synchronization parameter

Controls whether UltraLite holds on to the partial download rather than rolling back the changes, when a download fails because of a communications error during synchronization.

Syntax

The syntax varies depending on the API you use.

Default

False, which indicates that UltraLite rolls back all changes after a failed download.

Allowed values

Boolean

See also
Example

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

ul_synch_info info;
// ...
info.keep_partial_download = ul_true;