Murach's ASP.NET 4 Web Programming
with VB 2010
An introduction to database programming
This chapter presents the concepts and terms that apply to
database applications in general and to database programming
on the .NET platform in particular, using ADO.NET. Because
almost any business web application has to deal with database
data, this is information you must know.
|
|
|
|
How a table is organized |
378 |
|
How the tables in a database are
related |
380 |
|
How the columns in a table are
defined |
382 |
|
The design of the Halloween database |
384 |
|
|
How to query a single table |
386 |
|
How to join data from two or more
tables |
388 |
|
How to add, update, and delete
data in a table |
390 |
|
|
How the basic ADO.NET components work |
392 |
|
Concurrency and the disconnected
data architecture |
394 |
|
How to work with data without using
a data adapter |
396 |
|
|
The SqlConnection class |
398 |
|
The SqlCommand class |
398 |
|
The SqlParameter class |
400 |
|
The SqlDataReader class |
400 |
|
The SqlDataAdapter class |
400 |
|
 |
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights
reserved.
|