ADO in the CML Application

ActiveX® Data Objects (ADO) is a high-level interface to all kinds of data. ADO provides consistent, high-performance access to data, whether you're creating a front-end database client or a middle-tier business object using an application, tool, language, or even an Internet browser. ADO is the single data interface you need to know for 1- to n-tier client/server and Web-based data-driven solution development. ADO is optimized for Web applications and visual programming environments. ADO effectively supercedes DAO and RDO.

The ADODB data object is installed with ADO. The CML application uses the following ADO objects and collections: connection, command, recordset, fields, parameters, properties, and error.

How the CML application benefits from using ADO: