Murach's C#
An introduction to database programming
In case you aren't up-to-speed on database design and SQL queries, this chapter
starts by introducing those subjects. After that, it gives you the conceptual background
that you need for database programming with the ADO.NET objects that work directly
with a database. You'll also learn how concurrency errors and the .NET disconnected
data architecture affect database programming.
|
|
|
|
The hardware components of a client/server
system |
472 |
|
The software components of a client/server
system |
474 |
|
|
How a table is organized |
476 |
|
How the tables in a database are related |
478 |
|
How the columns in a table are defined |
480 |
|
The design of the MMABooks database |
482 |
|
|
How to query a single table |
484 |
|
How to join data from two or more tables |
486 |
|
How to add, update, and delete data
in a table |
488 |
|
|
The .NET data providers |
490 |
|
How the basic ADO.NET components work |
492 |
|
Concurrency and the disconnected data
architecture |
494 |
|
How a dataset is organized |
496 |
|
How to work with data without using
a data adapter |
498 |
|
Two ways to create ADO.NET objects |
500 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|