Murach's VB.NET Database Programming with ADO.NET (1.x edition)
This chapter teaches you how to create command objects to execute SQL statements and stored procedures without using a dataset or a data adapter. It also teaches you how to work with command objects within transactions.
|
|
|
|
How to create and work with a data reader |
238 |
|
How to improve the efficiency of column lookups |
240 |
|
A Vendor Invoices form that uses a data reader |
242 |
|
The code for the Vendor Invoices program |
242 |
|
|
How to execute queries that don't return a
result set |
246 |
|
The code for a Vendor Maintenance program
that uses action queries |
248 |
|
|
An introduction to stored procedures |
260 |
|
How to work with output parameters and return
values |
262 |
|
How to create stored procedures using the
Configuration Wizard |
264 |
|
How to use existing procedures with the Configuration
Wizard |
266 |
|
|
How to create and work with transactions |
268 |
|
A coding example that uses a transaction |
268 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|