Murach's ADO.NET 3.5, LINQ,
and the Entity Framework with VB 2008
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 3-layer applications that you
develop.
|
|
|
|
How to use parameters in SQL statements |
224 |
|
How to create parameters |
226 |
|
How to work with parameters |
228 |
|
|
The user interface |
230 |
|
The class diagram for the PayablesData
library |
232 |
|
The code for the VendorDB class |
234 |
|
The code for the StateDB class |
242 |
|
The code for the Vendor Maintenance
form |
244 |
|
The code for the Add/Modify Vendor
form |
248 |
|
|
An introduction to stored procedures |
252 |
|
How to work with output parameters
and return values |
254 |
|
|
|
|
|
|
|
|