UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
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. The version string allows an UltraLite application to choose from a set of synchronization scripts.
java.lang.String getScriptVersion( )
void setScriptVersion( java.lang.String version )
The parameter is a string, and by default is the MobiLink default version string.
Set the parameter as follows:
UlSynchOptions synch_options = new UlSynchOptions(); synch_opts.setVersion( "default" );