.NET Data Providers

.NET data providers provide access to specific types of data stores. These providers are also called managed providers. Data providers can be developed to provide access to any type of data source. Four data providers ship with the .NET Framework version 1.1. Several third parties have also developed and are developing providers for additional data sources.

The .NET Framework version 1.1 ships with the four .NET data providers listed in Table 17.3.

Table 17.3. ADO.NET Data Providers
.NET Data ProviderDescription
SQL ServerSupport for Microsoft SQL Server, version 7.0 or later. SQL Server classes exist in the System.Data.SqlClient namespace.
OLE DBSupport for data sources that are exposed via the OLE DB provider. OLE DB data provider ...

Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.