Understanding the RDO Object Model

   

Remote Data Objects (RDO) is a thin object-model layer over the ODBC application programming interface (API). RDO depends on the ODBC driver and the database engine for much of its functionality. Data access using RDO is intended for only ODBC relational databases.

Note   While it is technically possible to use RDO and ODBC drivers to access Microsoft Jet and ISAM databases, it requires complex coding and is not recommended.

The RDO object model includes a number of objects, properties, and methods specifically designed to work with stored procedures and their arguments, input and output parameters, and return status values.

The following drawing shows the RDO object model.

There are ten objects in the RDO object model, as described in the following list.