UltraLite User's Guide
C++ API Reference
ULConnection class
an_SQL_code InitSynchInfo( ul_synch_info * synch_info )
Initializes the synch_info structure used for synchronization.
None
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 );