Jump to content

ADO.NET

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 136.248.127.98 (talk) at 20:40, 26 January 2005 (created base article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

ADO.NET is the primary data access model for Microsoft .NET-based applications.

It may be used to access data sources for which there is a specific .NET Provider, or, via a .NET Bridge Provider, for which there is a specific OLE DB Provider, ODBC Driver, or JDBC Driver.

ADO.NET is sometimes considered an evolution of ADO technology, but it is important to note that some major changes were made between the two.

A useful discussion of the shift from ADO to ADO.NET may be found in the MSDN article ADO.NET for the ADO Programmer.