SQLSynchronize function

Synchronizes data in the database using MobiLink synchronization, for UltraLite ODBC. This function is specific to UltraLite and is not part of the ODBC standard.

Syntax
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLSynchronize (
SQLHDBC ConnectionHandle,
ul_synch_info * SynchInfo );
Parameters
Remarks

SQLSynchronize is an extension to ODBC. It initiates a MobiLink synchronization operation.

See also