Introduction to Dbmlsync integration component

Note

The Dbmlsync integration component has been deprecated. 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

As an alternative to the Dbmlsync integration component, you can use DBTools interface for dbmlsync.

See Database tools interface.


Supported platforms