.NET Framework Base Class Library
The System.Data.Odbc
namespace provides access to the functionality of the ODBC (.NET Framework data provider for ODBC) data source. This provider allows you to connect to any ODBC-compliant data source, such as SQL Server, Oracle, or other relational databases. It enables you to execute commands, retrieve data, and manage transactions.
Represents the permission required to access an ODBC data source. This class cannot be inherited.
Allows security actions to be applied to code using declarative security. This class cannot be inherited.
Represents a Transact-SQL statement or stored procedure to execute against a data source.
Provides a SchemaParsing.Odbc
object that can be used to automatically generate SQL statements and resolve missing transaction or `SELECT` statements for the OdbcDataAdapter
.
Represents a connection to an ODBC data source. This class cannot be inherited.
Represents a data source connection string and provides methods for constructing and parsing connection strings.
Represents a data access interface that simplifies filling a Dataset and updating a data source based on Dataset changes.
Provides a way of reading a forward-only stream of rows from a data source. This class cannot be inherited.
Represents an error returned by an ODBC data source. This class cannot be inherited.
Contains a collection of OdbcError objects. This class cannot be inherited.
Represents the exceptions generated by an ODBC data source.
Provides a factory that can create data access objects for the .NET Framework Data Provider for ODBC. This class cannot be inherited.
Represents a parameter to an OdbcCommand and, optionally, its mapping to and from a Dataset.
Represents a collection of parameters relevant to an OdbcCommand, as well as their mappings to and from the Dataset. This class cannot be inherited.
Represents the permission required to access an ODBC data source. This class cannot be inherited.
Raises the RowUpdated event.
Represents the method that will handle the RowUpdating event of an OdbcDataAdapter.
Raises the RowUpdating event.
Represents a transaction to be performed at a data source. This class cannot be inherited.
Specifies options for executing an ODBC command.
Specifies the transaction isolation level for an ODBC connection.