Synchronizes the database.
public virtual bool Synchronize(ul_sync_info_w2 * info)
info A pointer to the ul_sync_info structure that holds the synchronization parameters.
True on success, otherwise false.
The following example demonstrates database synchronization:
ul_sync_info info; conn->InitSyncInfo( &info ); info.user_name = UL_TEXT( "user_name" ); info.version = UL_TEXT( "test" ); conn->Synchronize( &info );