Murach's ADO.NET 2.0 with VB 2005
How to work with typed datasets and table adapters
Chapters 3, 4, and 5 show how to display and update data
using typed datasets and table adapters with bound controls.
Now, for more control over the data handling, this chapter
shows you how to use typed datasets and table adapters with
unbound controls.
|
|
|
|
How to create a typed dataset
class |
524 |
|
How to create an instance of a
typed dataset class |
524 |
|
Classes, properties, and methods
provided by a typed dataset |
526 |
|
How to retrieve and work with
a data row |
528 |
|
How to modify or delete an existing
data row |
530 |
|
How to add a data row |
532 |
|
How to work with data columns
that allow nulls |
534 |
|
|
How to create a table adapter
class |
536 |
|
How to create an instance of a
table adapter class |
536 |
|
How to work with a table adapter |
538 |
|
|
The user interface |
540 |
|
The code for the Vendor Maintenance
form |
542 |
|
The code for the Add/Modify Vendor
form |
546 |
|
|
How to use data table events |
552 |
|
How to work with row states |
554 |
|
How to work with row versions |
556 |
|
How to save and work with table
and row errors |
558 |
|
How to accept or reject changes
to a dataset |
560 |
|
|
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|