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 » Embedded SQL API Reference

ULSetDatabaseOptionULong Next Page

ULSetSynchInfo function


Stores the synchronization parameters for use with HotSync.

Syntax

ul_bool ULSetSynchInfo(
SQLCA * sqlca,
ul_synch_info * synch_info );

Parameters

sqlca    A pointer to the SQLCA.

synch_info    A synchronization structure. For more information about the members of this structure, see ul_synch_info_a struct.

Remarks

Typically, you call ULSetSynchInfo just before closing the application with db_fini.

Applies to Palm OS applications with HotSync

See also