bool UltraLite_Connection_iface::Synchronize(
ul_synch_info_a * info
)
info A pointer to the ul_synch_info structure that holds the synchronization parameters.
Synchronizes the database.
Example:
info;ul_synch_info conn->InitSynchInfo( &info ); info. = UL_TEXT( user_name"user_name" ); info. = UL_TEXT( version"test" ); conn->Synchronize( &info );