Introduction to Dbmlsync integration component (removed)

Note

The Dbmlsync integration component has been removed in version 12. In its place, use the dbmlsync programming interface. See Dbmlsync API.

The Dbmlsync integration component is an ActiveX that you can use to add synchronization to your applications. It provides a set of properties, events, and methods to regulate the behavior of SQL Anywhere clients.

The Dbmlsync integration component is available in two forms, both of which expose the same properties, events and methods:

  • A visual component that provides an easy way to integrate the standard dbmlsync user interface into your applications.

  • A non-visual component that allows you to access the component's functionality with no user interface or with a custom user interface that you create yourself.

Using the Dbmlsync integration component, your application can initiate synchronization, receive information about the progress of a synchronization, and implement special processing based on synchronization events.

 DBTools interface for dbmlsync

Supported platforms (removed)