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

Ignored Rows synchronization parameter Next Page

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_a info;
// ...
info.keep_partial_download = ul_true;