Murach's VB.NET Database Programming with ADO.NET (1.x edition)
This chapter introduces you to the ADO.NET classes defined by the .NET Framework that you can use to access the data in a database. To see how well it works, you can
download this chapter for free.
|
|
|
|
How ADO.NET works |
28 |
|
Two ways to create ADO.NET objects |
30 |
|
|
The SQL Server and OLE DB data providers |
32 |
|
The SqlConnection class |
34 |
|
The SqlCommand class |
34 |
|
The SqlDataReader class |
36 |
|
The SqlDataAdapter class |
36 |
|
|
How a dataset is organized |
38 |
|
The dataset classes |
40 |
|
Concurrency and the disconnected data architecture |
42 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|