SQL Anywhere clients
Any SQL Anywhere database can be used as a remote database in a MobiLink system.
MobiLink SQL statements
The following are the SQL statements used for configuring and running MobiLink SQL Anywhere clients:
MobiLink synchronization profiles
Synchronization profiles allow you to place some dbmlsync options in the database.
The synchronization profile you create can contain a variety of synchronizations
options.
Event hooks for SQL Anywhere clients
The SQL Anywhere synchronization client, dbmlsync, provides an optional set of event hooks that you can use to customize the synchronization process. When a hook is implemented, it is called at a specific point in the synchronization process.
Dbmlsync C++ API reference
The Dbmlsync C++ API provides a programming interface that allows MobiLink client applications written in C++ to launch synchronizations and receive feedback about the progress of the synchronizations they request.
Dbmlsync .NET API reference
The Dbmlsync .NET API provides a programming interface that allows MobiLink client applications written in .NET to launch synchronizations and receive feedback about the progress of the synchronizations they request.
DBTools interface for dbmlsync
Database tools (DBTools) is a library you can use to integrate database management, including synchronization, into your applications. All the database management utilities are built on DBTools.
Scripted upload
Scripted upload applies only to MobiLink applications that use SQL Anywhere remote databases.