Murach's ASP.NET Web Programming with VB.NET
This chapter teaches you how to use data commands to retrieve or
update database data without using a data adapter (see chapter 4
to learn how to use data commands with data adapters).
|
|
|
|
How to create and use connection objects |
382 |
|
How connection pooling works |
384 |
|
Connection string settings that affect
connection pooling |
386 |
|
How to use a configuration file to store
connection information |
388 |
|
|
How to create a command object |
390 |
|
How to create a parameterized query |
392 |
|
How to create and use parameter objects |
394 |
|
|
How to create and work with a data reader |
396 |
|
How to execute queries that return a
single value |
398 |
|
How to execute action queries |
398 |
|
|
The design of the Product Maintenance
application |
400 |
|
The code for the database classes |
402 |
|
The code for the Product Maintenance
form |
408 |
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|