|
All properties are read/write unless otherwise stated.
Name | Description |
---|---|
Command | A Command object is a definition of a specific command that you intend to execute against a data source. Typically represents a table, query or stored procedure. |
Connection | A Connection object represents a connection to a data store that may be open or closed. |
Error | An Error object contains the details about data access errors pertaining to a single operation involving the provider. |
Errors | The Errors collection contains all of the Error objects created in response to a single failure involving the provider. |
Field | A Field object represents a column of data within a common data type. |
Fields | A Fields collection contains all of the Field objects of a Recordset object. |
Parameter | A Parameter object represents a parameter or argument associated with a Command object based on a parameterized query or stored procedure. |
Parameters | A Parameters collection contains all the Parameter objects of a Command object. |
Properties | A Properties collection contains all the Property objects for a specific instance of an object. |
Property | A Property object represents a dynamic characteristic of an ADO object that is defined by the provider. |
Recordset | A Recordset object represents the entire set of records from a base table or the results of an executed command. At any time, the Recordset object only refers to a single record within the set as the current record. |
|