Contents Index ULStoreDefragStep function Synchronization Parameters Reference

UltraLite Embedded SQL User's Guide
  Embedded SQL Library Functions

ULSynchronize function


Prototype 

void ULSynchronize(
SQLCA * sqlca,
ul_synch_info * synch_info );

Description 

Initiates synchronization in an UltraLite application.

For TCP/IP or HTTP synchronization, the ULSynchronize function initiates synchronization. Errors during synchronization that are not handled by the handle_error script are reported as SQL errors. Your application should test the SQLCODE return value of this function.

Parameters 

sqlca    A pointer to the SQLCA.

synch_info    A synchronization structure. For information on the members of this structure, see Synchronization parameters.

See also 

MobiLink Synchronization Server Options

START SYNCHRONIZATION DELETE statement [MobiLink]


Contents Index ULStoreDefragStep function Synchronization Parameters Reference