Defines the consolidated database version.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
String
This parameter is required. Empty strings and NULL strings are universally rejected.
Each synchronization script in the consolidated database is marked with a version string. For example, there may be two different download_cursor scripts, identified by different version strings.
ulsync can set this parameter as an extended synchronization parameter as follows:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;Stream=http" |
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info info; // ... info.version = UL_TEXT( "default" ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |