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.
You can use the DBTools interface for dbmlsync to integrate synchronization functionality into your MobiLink synchronization client applications. For example, you can use the interface launch synchronizations and to display dbmlsync output messages in a custom user interface.
The DBTools interface for dbmlsync consists of the following elements that let you configure and run the MobiLink synchronization client:
This structure holds settings, corresponding to dbmlsync command line options, that allow you to customize synchronization. This structure also contains pointers to callback functions that receive synchronization and progress information.
This structure holds publication or subscription information. You can specify a linked list of publications or subscriptions for synchronization.
This function starts the synchronization process. Its only parameter is a pointer to an a_sync_db instance.