MobiLink Synchronization User's Guide
Adaptive Server Anywhere Clients
Initiating synchronization
You may wish to include the features of dbmlsync in your application, rather than provide a separate executable to your customers. If you are developing in any language that can call a DLL, you can do so.
If you are programming in C or C#, include the dbtools.h header file located in the h subdirectory of your SQL Anywhere directory. This file contains a description of the a_sync_db structure and the DBSynchronizeLog function, which you use to add this functionality to your application.
For more information, see DBSynchronizeLog function, and a_sync_db structure.