December 2002
Beginner
624 pages
12h 9m
English
IN THIS CHAPTER
In this chapter, you are introduced to ADO.NET, the data access technology included with the .NET Framework. You are provided with an overview of the objects in ADO.NET that can be used to access a database. You can use these objects to update and retrieve data from a variety of databases, including Microsoft SQL Server, Oracle, and Microsoft Access.
In this chapter, you will learn
How to create database connections
How to represent database data with DataSets
How to represent database data with DataReaders
How to improve database access performance ...