The System.Data Namespace

This book will take advantage of three namespaces that allow you to work with data within the application in this book: System.Data, System.Data.OleDb, and System.Data.SqlClient. (Microsoft and other vendors will add support for additional data namespaces in the future.) The System.Data namespace contains classes that manage data within memory. System.Data.OleDb and System.Data.SqlClient provide classes that can connect to data sources, read and write data, and fill System.Data objects with data.

The SqlClient and OleDb Namespaces

Microsoft has provided two namespaces that we'll use for managing data throughout this book. The System.Data.OleDb namespace allows you to work with data using “unmanaged” OLE DB providers ...

Get ASP.NET Developer's JumpStart 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.