Contents Index user_name synchronization parameter Synchronization stream parameters pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Synchronization parameters

version synchronization parameter


Function 

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.

Default 

The parameter is a string, and by default is the MobiLink default version string.

C/C++ usage 

Set the parameter as follows:

ul_synch_info info;
// ...
info.version = UL_TEXT( "default" );
Java usage 

The Java access methods are getScriptVersion and setScriptVersion.

Set the parameter as follows:

UlSynchOptions synch_options = new UlSynchOptions();
synch_opts.setVersion( "default" );
See also 

Script versions.


Contents Index user_name synchronization parameter Synchronization stream parameters pdf/preface.pdf