This section describes how to monitor and cancel synchronization from UltraLite applications.
The following code shows how this sequence of tasks can be implemented in an embedded SQL application:
ULInitSynchInfo( &info ); info.user_name = m_EmpIDStr; ... //The info parameter of ULSynchronize() contains // a pointer to the observer function info.observer = ObserverFunc; ULSynchronize( &sqlca, &info ); |
Handling synchronization status information
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |