This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The
System.Data.OleDb
namespace is the.NET Framework Data Provider for OLE DB.
The.NET Framework Data Provider for OLE DB describes a collection of classes used to access an OLE DB data source in the managed space. Using the
OleDbDataAdapter
, you can fill a memory-resident
DataSet
that you can use to query and update the data source.
For information about how to use this namespace, see the
OleDbDataAdapter
,
OleDbDataReader
,
OleDbCommand
, and
OleDbConnection
classes.