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

Observer synchronization parameter Next Page

Partial Download Retained synchronization parameter


Indicates whether UltraLite applied those changes that were downloaded 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.

Allowed values

Boolean

Remarks

The parameter is set during synchronization if a download error occurs and a partial download was retained.

Partial downloads are retained only if Keep Partial Download is set to true. See Keep Partial Download synchronization parameter.

See also
Example

Access the parameter as follows:

ul_synch_info_a info;
// ...
returncode=info.partial_download_retained;