Contents Index GrantConnectTo method IsOpen method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    ULConnection class

InitSynchInfo method


Prototype 

an_SQL_code  InitSynchInfo( ul_synch_info * synch_info )

Description 

Initializes the synch_info structure used for synchronization.

Returns 

None

Example 

The following code illustrates where the InitSynchInfo method is used in the sequence of calls that synchronize data in a UltraLite application.

auto ul_synch_info synch_info;
conn.InitSynchInfo( &synch_info );
conn.Synchronize( &synch_info );
See also 

Synchronize method


Contents Index GrantConnectTo method IsOpen method pdf/preface.pdf