Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_Connection_iface class

StrToUUID function Next Page

Synchronize function


Synopsis

bool UltraLite_Connection_iface::Synchronize(
ul_synch_info_a * info
)

Parameters
Remarks

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 );