DETAILS
The ODBC.NET Data Provider is a native component to the .NET Framework version 1.1. This component provides access to native ODBC drivers in the same way that the OLE DB .NET Data Provider provides access to native OLE DB providers.
The ODBC.NET Data Provider is intended to work with all compliant ODBC drivers but only the following drivers have been tested with the ODBC.NET Data Provider:
- Microsoft SQL ODBC Driver
- Microsoft ODBC Driver for Oracle
- Microsoft Jet ODBC Driver
Unlike the ODBC .NET data provider addon for .NET Framework 1.0, the namespace for this version changed from Microsoft.Data.Odbc to System.Data.Odbc.
To use ODBC .NET data provider with your ASP.net application, you will need to import the following name space
<%@ import Namespace="System.Data.Odbc" %>
Note that we are not recommending the use of ODBC. We recommend that customers use OLE or other .NET native data providers whenever possible. OLE and other .NET native providers provide better performance.
