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

SAP Sybase SQL Anywhere 16.0 » UltraLite - C and C++ Programming » Application development » UltraLite C++ application development using embedded SQL » Synchronization setup for an embedded SQL application

 

Synchronization parameter initialization

The synchronization parameters are stored in a ul_sync_info structure.

The members of the ul_sync_info structure are undefined on initialization. You must set your parameters to their initial values with a call to a special method. The synchronization parameters are defined in a structure declared in the UltraLite header file %SQLANY16%\SDK\Include\ulglobal.h.

 See also
 Example
 Example