Synchronizing data

UltraLite applications can synchronize data with a central database. Synchronization requires the MobiLink synchronization software included with SQL Anywhere.

The UltraLite C++ API supports TCP/IP, TLS, HTTP, and HTTPS synchronization. Synchronization is initiated by the UltraLite application. In all cases, you use methods and properties of the connection object to control synchronization.

For more information about synchronization, see UltraLite clients.

For more information about the ul_synch_info structure used for synchronization, see ul_synch_info_a struct or ul_synch_info_w2 struct depending whether you are using ASCII or wide characters.

For more information about synchronization parameters, see Synchronization parameters for UltraLite.