System.Data Namespace
The System.Data.OleDb namespace is the OLE DB .NET Data Provider.
A .NET data provider describes a collection of classes used to manage connections between an ASP.NET Web application and a data store, such as a relational database or a hierarchical XML file.
This namespace includes the core OleDb classes for accessing and manipulating any OLE DB-compliant data source, and essentially consists of the OleDbConnection, the OleDbCommand, the OleDbdataReader, and the OleDbDataAdapter classes.
For further information on how this namespace can help you, see Accessing Data with ADO.NET.
System.Data.Common System.Data.SqlClient
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph