Collection Contents Previous Next PDF

UltraLite.NET User's Guide

Understanding UltraLite.NET Development

Synchronizing UltraLite applications


You synchronize UltraLite applications with a central consolidated database. Synchronization requires the MobiLink synchronization software included with SQL Anywhere Studio.

This section provides a brief introduction to synchronization and describes some features of particular interest to users of UltraLite.NET.

For a more detailed explanation of synchronization, see UltraLite Clients.

You can also find a working example of synchronization in the CustDB sample application. For more information, see the Samples\UltraLite.NET\CustDB subdirectory of your SQL Anywhere 9 installation.

UltraLite.NET supports TCP/IP, HTTP, and HTTPS synchronization. Synchronization is initiated by the UltraLite application. In all cases, you use properties of the SyncParms object to control synchronization.

Note 
To synchronize using HTTPS you must obtain the separately-licensable security option. To order this option, see the card in your SQL Anywhere Studio package or see [external link] http://www.sybase.com/detail?id=1015780.

For more information, see Welcome to SQL Anywhere Studio.


Adding ActiveSync synchronization to your application

Collection Contents Previous Next PDF