Controls whether UltraLite holds on to the partial download 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.
False, which indicates that UltraLite rolls back all changes after a failed download.
Boolean
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info info; // ... info.keep_partial_download = ul_true; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |