Allows an UltraLite application to choose from a set of synchronization scripts.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
String
This parameter is required.
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 -k http -e "Username=remoteA;Version=2;
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info_a info; // ... info.version = UL_TEXT( "default" );