Synchronizes the database.
bool UltraLite_Connection_iface::Synchronize( ul_synch_info_a * info )
info A pointer to the ul_synch_info structure that holds the synchronization parameters.
ul_synch_info info; conn->InitSynchInfo( &info ); info.user_name = UL_TEXT( user_name"user_name" ); info.version = UL_TEXT( version"test" ); conn->Synchronize( &info ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |