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 ULInitSynchInfo function. For example:
ul_synch_info synch_info; ULInitSynchInfo( &synch_info ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |