
|
EOleDbException
|
The exception that is thrown when the underlying provider returns a warning or error for an OLE DB data source.
|

|
TOleDbCommand
|
Represents an SQL statement or stored procedure to execute against a data source.
|

|
TOleDbCommandBuilder
|
Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated database.
|

|
TOleDbConnection
|
Represents an open connection to a data source.
|

|
TOleDbConnectionStringBuilder
|
Provides a simple way to create and manage the contents of connection strings used by the OleDbConnection class.
|

|
TOleDbDataAdapter
|
Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source.
|

|
TOleDbDataReader
|
Provides a way of reading a forward-only stream of data rows from a data source.
|

|
TOleDbDataSet
|
Represents a dataset retrieved from an OLE DB data source.
|

|
TOleDbFactory
|
Represents a set of methods for creating instances of the OLEDB provider's implementation of the data source classes.
|

|
TOleDbParameter
|
Represents a parameter to an OleDbCommand and optionally its mapping to a DataSet column.
|

|
TOleDbParameters
|
Represents a collection of parameters relevant to an OleDbCommand as well as their respective mappings to columns in a DataSet.
|

|
TOleDbQuery
|
Uses SQL statements to retrieve data from tables in an OLE DB data source and pass it to one or more data-aware components through a TDataSource object.
|

|
TOleDbStoredProc
|
Responsible for executing stored procedures and functions in an OLE DB data source.
|

|
TOleDbTable
|
Responsible for retrieving and updating data in a single table in an OLE DB data source without writing SQL statements.
|