Collection Contents Previous Next PDF

MobiLink Clients

Adaptive Server Anywhere Client Synchronization Parameters

dbmlsync options

-dc option


Function 

Specifies restartable downloads.

Syntax 

dbmlsync -dc ...

Description 

By default, if MobiLink fails during a download it doesn't apply any of the download data to the remote database. However, it stores the part of the download it did receive in a temporary file on the remote device, so that if you specify -dc the next time you start dbmlsync, it can more quickly complete the download. When you specify -dc, dbmlsync restarts the download and attempts to download the part of the previous download that it did not receive. If it is able to download the remaining data, it applies the complete download to your remote database.

If there is any new data to be uploaded when you use -dc, the restartable download will fail.

You can also specify restartable downloads for Adaptive Server Anywhere remote databases with the ContinueDownload extended option or with the sp_hook_dbmlsync_end hook.

See also 

Resuming failed downloads

ContinueDownload (cd) extended option

sp_hook_dbmlsync_end

DownloadReadSize (drs) extended option


Collection Contents Previous Next PDF