Murach's ASP.NET 2.0 with VB 2005
An introduction to database programming
This chapter presents the concepts and terms that apply to
database applications in general and to ADO.NET processing
in particular. Because almost any business web application
has to deal with database data, this is information you must
know.
|
|
|
|
How a table is organized |
348 |
|
How the tables in a database are
related |
350 |
|
How the columns in a table are
defined |
352 |
|
The design of the Halloween database |
354 |
|
|
How to query a single table |
356 |
|
How to join data from two or more
tables |
358 |
|
How to add, update, and delete
data in a table |
360 |
|
|
How ADO.NET works |
362 |
|
Concurrency and the disconnected
data architecture |
364 |
|
|
The SqlConnection class |
366 |
|
The SqlCommand class |
366 |
|
The SqlParameter class |
368 |
|
The SqlDataReader class |
368 |
|
The SqlDataAdapter class |
368 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|
|
|