Provides basic data access using the ActiveX Data Objects (ADO) object model. Also provides classes that support data formatting.
Defines the ADO enumeration constants.
Represents an ADO exception.
Encapsulates the ADO Properties collection, which contains all Property objects for an instance of an ADO object.
Encapsulates the ADO Property object, which represents a property for an ADO object.
Represents a data format object for formatting boolean data types.
Encapsulates the ADO Command object, which represents an executable command against a data source.
Encapsulates the ADO Connection object, which represents a connection to a data source.
Provides data for events that result from an operation performed with a Connection object.
Represents the abstract implementation of the IDataFormat interface.
Encapsulates the ADO DataSpace object, which creates client-side proxies to business objects located on the middle tier.
Represents a data format object for formatting date and time data types.
Defines constants that specify the formats used by a DateDataFormat object.
Encapsulates the ADO Error object, which represents a provider error.
Encapsulates the ADO Errors collection, which contains all Error objects created in response to provider errors.
Encapsulates the ADO Field object, which represents a column of data with a data type.
Encapsulates the ADO Fields collection, which contains all Field objects of a Recordset object.
Represents a data format object for formatting numeric data types.
Represents a server.
Encapsulates the ADO Parameter object, which represents a parameter associated with a parameterized query or stored procedure.
Encapsulates the ADO Parameters collection, which contains all Parameter objects of a Command object.
Encapsulates the ADO Recordset object, which represents the set of records from a base table or from the results of an executed command.
Provides data for events that result from an operation performed with a Recordset object.
Represents a timestamp data type.
Defines the data formatting interface.
Identifies a handler method for events performed with a Connection object.
Identifies a handler method for events performed with a Recordset object.