Contents Index Adding synchronization to your application Setting synchronization parameters: C/C++ examples pdf/preface.pdf

UltraLite User's Guide
  Developing UltraLite Applications
    Adding synchronization to your application

Initializing the synchronization parameters


The synchronization parameters are stored in a C/C++ structure or Java object.

In C/C++ the members of the structure may not be well-defined on initialization. You must set your parameters to their initial values with a call to a special function. The synchronization parameters are defined in a structure declared in the UltraLite header file ulglobal.h.

For a complete list of synchronization parameters, see Synchronization parameters.

To initialize the synchronization parameters (embedded SQL)

To initialize the synchronization parameters (C++ API)

To initialize the synchronization parameters (Java)

Once the structure or object is initialized, you must set the values to meet your particular requirements.

For information on the individual parameters, see Synchronization stream parameters.


Contents Index Adding synchronization to your application Setting synchronization parameters: C/C++ examples pdf/preface.pdf