Indicates that there should be no downloads in the current synchronization, which can save communication time, especially over slow communication links.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
False
Boolean
Download Only, Ping, and Resume Partial Download
When set to true, the client waits for the upload acknowledgement from the MobiLink server, after which it terminates the synchronization session successfully.
ulsync can set this parameter as an extended synchronization parameter as follows:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;UploadOnly=True;Stream=http" |
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info info; // ... info.upload_only = ul_true; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |