Object
|
Description
|
Command
|
Defines a specific command to execute against a data source.
|
Connection
|
Represents an open connection to a data source.
|
Error
|
Provides specific details about each ADO error.
|
Field
|
Represents a column of data with a common data type.
|
Parameter
|
Represents a parameter or argument associated with a Command object based on a parameterized query or stored procedure.
|
Property
|
Represents a dynamic characteristic of an ADO object that is defined by the provider. This object is not currently supported on UNIX.
|
Recordset
|
Represents the entire set of records from a database table or the results of an executed command.
|