ADO objects and interfaces
Applies to: Access 2013, Office 2013
The relationships between these objects are represented in the ActiveX Data Objects (ADO) Object Model.
Each object can be contained in its corresponding collection. For example, an Error object can be contained in an Errors collection. For more information, see ADO collections or a specific collection topic.
Object | Description |
---|---|
Constructs an ADO Record object from an OLE DB Row object in a C/C++ application. |
|
Constructs an ADO Recordset object from an OLE DB Rowset object in a C/C++ application. |
|
Defines a specific command that you intend to execute against a data source. |
|
Represents an open connection to a data source. |
|
Contains details about data access errors that pertain to a single operation involving the provider. |
|
Represents a column of data with a common data type. |
|
Represents a parameter or argument associated with a Command object based on a parameterized query or stored procedure. |
|
Represents a dynamic characteristic of an ADO object that is defined by the provider. |
|
Represents a row of a Recordset, or a directory or file in a file system. |
|
Represents the entire set of records from a base table or the results of an executed command. At any time, the Recordset object refers to only a single record within the set as the current record. |
|
Represents a binary stream of data. |