Contents Index ULStoreDefragStep function Developing Applications for the Palm Computing Platform pdf/preface.pdf

UltraLite User's Guide
  The Embedded SQL Interface
    Library function reference

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


Contents Index ULStoreDefragStep function Developing Applications for the Palm Computing Platform pdf/preface.pdf