bool UltraLite_Connection_iface::Synchronize()
Synchronizes the database with the synch info previously stored in the database by SetSynchInfo function.
Example:
info;ul_synch_info conn->InitSynchInfo( &info ); info. = UL_TEXT( user_name"user_name" ); info. = UL_TEXT( version"test" ); conn.SetSynchInfo( &info ); // ... conn->Synchronize();