This field is set by a synchronization to report the status of data uploaded to the MobiLink server.
The syntax varies depending on the API you use.
The parameter is set by UltraLite, and so is read-only.
After synchronization, the parameter holds true if the upload was successful, and false otherwise. You can check this parameter if there was a synchronization error, to know whether data was successfully uploaded before the error occurred.
UltraLite for C/C++ applications can access the parameter as follows:
ul_synch_info info; // ... returncode = info.upload_ok; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |