This field is set by a synchronization to indicate whether UltraLite applied those changes that were downloaded rather than rolling back the changes when a download fails because of a communications error during synchronization.
The syntax varies depending on the API you use.
Boolean
The parameter is set during synchronization if a download error occurs and a partial download was retained.
Partial downloads are retained only if Keep Partial Download is set to true. See Keep Partial Download synchronization parameter.
Access the parameter as follows:
ul_synch_info info; // ... returncode=info.partial_download_retained; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |