Contains data access components for the ADO.Net ODBC Data Provider for .Net.
|
Name
|
Description
|
|
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 DataSet 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.
|
Top
|
|
Name
|
Description
|
|
FieldTypeToOdbcType(TFieldType)
|
Represents method FieldTypeToOdbcType(TFieldType).
|
|
GetDSNList(TRegistry,HKEY,TStrings)
|
Overloaded. Represents method GetDSNList(TRegistry,HKEY,TStrings).
|
|
GetDSNList(TStrings)
|
Populates a string list with Data Source Names (DSN).
|
|
GetODBCDriversList(TStrings)
|
Populates a string list with the names of installed ODBC drivers.
|
|
OdbcTypeToFieldType(OdbcType,Integer,Integer,Boolean)
|
Represents method OdbcTypeToFieldType(OdbcType,Integer,Integer,Boolean).
|
|
TOdbcConnection_InfoMessageHandler(_ClrObject,_ClrEventArgs)
|
Represents method TOdbcConnection_InfoMessageHandler(_ClrObject,_ClrEventArgs).
|
|
TOdbcDataAdapter_OdbcRowUpdatedHandler(_ClrObject,_ClrEventArgs)
|
Represents method TOdbcDataAdapter_OdbcRowUpdatedHandler(_ClrObject,_ClrEventArgs).
|
|
TOdbcDataAdapter_OdbcRowUpdatingHandler(_ClrObject,_ClrEventArgs)
|
Represents method TOdbcDataAdapter_OdbcRowUpdatingHandler(_ClrObject,_ClrEventArgs).
|
Top
|