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. The methods and properties of the connection object can be used to control synchronization.

For more information about synchronization, see UltraLite clients.

For more information about the ul_sync_info structure used for synchronization, see ul_sync_info structure.

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