Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Data.Odbc Namespace

The System.Data.Odbc namespace is the .NET Framework Data Provider for ODBC.

The .NET Framework Data Provider for ODBC describes a collection of classes used to access an ODBC data source in the managed space. Using the OdbcDataAdapter class, you can fill a memory-resident DataSet that you can use to query and update the data source.

For more information about how to use this namespace, see the OdbcDataReader, OdbcCommand, and OdbcConnection classes.

  ClassDescription
Public classOdbcCommand Represents an SQL statement or stored procedure to execute against a data source. This class cannot be inherited.
Public classOdbcCommandBuilder Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated data source. This class cannot be inherited.
Public classOdbcConnectionRepresents an open connection to a data source.
Public classOdbcConnectionStringBuilder Provides a simple way to create and manage the contents of connection strings used by the OdbcConnection class.
Public classOdbcDataAdapter Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.
Public classOdbcDataReaderProvides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited.
Public classOdbcError Collects information relevant to a warning or error returned by the data source.
Public classOdbcErrorCollection Collects all errors generated by the OdbcDataAdapter. This class cannot be inherited.
Public classOdbcException The exception that is generated when a warning or error is returned by an ODBC data source. This class cannot be inherited.
Public classOdbcFactory Represents a set of methods for creating instances of the ODBC provider's implementation of the data source classes.
Public classOdbcInfoMessageEventArgs Provides data for the InfoMessage event.
Public classOdbcMetaDataCollectionNames Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
Public classOdbcMetaDataColumnNames Provides static values that are used for the column names in the OdbcMetaDataCollectionNames objects contained in the DataTable. The DataTable is created by the GetSchema method.
Public classOdbcParameter Represents a parameter to an OdbcCommand and optionally, its mapping to a DataColumn. This class cannot be inherited.
Public classOdbcParameterCollection Represents a collection of parameters relevant to an OdbcCommand and their respective mappings to columns in a DataSet. This class cannot be inherited.
Public classOdbcPermission Enables the .NET Framework Data Provider for ODBC to help make sure that a user has a security level sufficient to access an ODBC data source. This class cannot be inherited.
Public classOdbcPermissionAttribute Associates a security action with a custom security attribute.
Public classOdbcRowUpdatedEventArgs Provides data for the RowUpdated event.
Public classOdbcRowUpdatingEventArgs Provides data for the RowUpdating event.
Public classOdbcTransaction Represents an SQL transaction to be made at a data source. This class cannot be inherited.
  DelegateDescription
Public delegateOdbcInfoMessageEventHandler Represents the method that will handle the InfoMessage event of an OdbcConnection.
Public delegateOdbcRowUpdatedEventHandler Represents the method that will handle the RowUpdated event of an OdbcDataAdapter.
Public delegateOdbcRowUpdatingEventHandler Represents the method that will handle the RowUpdating event of an OdbcDataAdapter.
  EnumerationDescription
Public enumerationOdbcType Specifies the data type of a field, property, for use in an OdbcParameter.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker