Murach's ADO.NET 2.0 with VB 2005
How to work with parameters and stored procedures
This chapter shows you how to use parameters to customize
SQL commands and how to execute a stored procedure from a
command. At the end, you'll have all the skills you need for
working with commands in the three-layer applications that
you develop.
|
|
|
|
How to use parameters in SQL statements |
222 |
|
How to create parameters |
224 |
|
How to work with parameters |
226 |
|
|
The user interface |
228 |
|
The class diagram for the PayablesData
library |
230 |
|
The code for the VendorDB class |
232 |
|
The code for the StateDB class |
240 |
|
The code for the Vendor Maintenance
form |
242 |
|
The code for the Add/Modify Vendor
form |
246 |
|
|
An introduction to stored procedures |
250 |
|
How to work with output parameters
and return values |
252 |
|
|
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|