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

PublicationMask synchronization parameter Next Page

Resume Partial Download synchronization parameter


Resume a failed download.

Syntax

The syntax varies depending on the API you use. You can also set this parameter with ulsync.

Default

False

Allowed values

Boolean

Remarks

The synchronization does not upload changes; it only downloads those changes that were to be downloaded in the failed download.

See also
Example

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

ul_synch_info_a info;
// ...
info.resume_partial_download = ul_true;