Instructs the MobiLink server whether or not the client will provide a download acknowledgement.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
False
Boolean
ulsync can set this parameter as an extended synchronization parameter as follows:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;SendDownloadACK=true;Stream=http" |
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info info; // ... info.send_download_ack = ul_true; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |