
|
EOdbcException
|
The exception that is generated when a warning or error is returned by an ODBC data source.
|

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

|
TOdbcCommandBuilder
|
Automatically generates single-table commands that are used to reconcile changes made to a TOdbcDataSet with the associated data source.
|

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

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

|
TOdbcDataAdapter
|
Represents a set of data commands and a connection to a data source that are used to fill the TOdbcDataSet and update the data source.
|

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

|
TOdbcDataSet
|
Represents a dataset retrieved from an ODBC data store.
|

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

|
TOdbcParameter
|
Represents a parameter to an OdbcCommand and optionally, its mapping to a DataColumn.
|

|
TOdbcParameters
|
Represents a collection of parameters relevant to an OdbcCommand and their respective mappings to columns in an OdbcDataSet.
|

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

|
TOdbcStoredProc
|
Responsible for executing stored procedures and functions in an Odbc data source.
|

|
TOdbcTable
|
Responsible for retrieving and updating data in a single table in an Odbc data source without writing SQL statements.
|