The synchronization parameters are stored in a structure.
The members of the structure undefined on initialization. You must set your parameters to their initial values with a call to a special function. The synchronization parameters are defined in a structure declared in the UltraLite header file install-dir\SDK\Include\ulglobal.h.
Call the ULInitSyncInfo function. For example:
ul_sync_info synch_info; ULInitSyncInfo( &synch_info ); |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |