Murach's VB.NET Database Programming with ADO.NET (1.x edition)
This chapter teaches you how to work with untyped datasets using bound and unbound controls. It also teaches you how to create connection, command, and data adapter objects through code, without using the Data Adapter Configuration Wizard.
|
|
|
|
How to create and work with untyped datasets |
166 |
|
The disadvantages of untyped datasets |
166 |
|
|
How to create and work with connections |
168 |
|
How to create and work with commands |
170 |
|
How to create and work with data adapters |
172 |
|
How to create and work with command builders |
174 |
|
|
How to bind controls to a data source |
176 |
|
A Vendor Maintenance program that uses bound
controls |
178 |
|
|
How to retrieve and work with a data row |
184 |
|
How to modify or delete an existing data row |
186 |
|
How to add a data row |
188 |
|
How to work with data columns that allow nulls |
190 |
|
How to create and use event handlers with
data table events |
192 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|