April 2002
Intermediate to advanced
416 pages
11h 50m
English
A data adapter connects a DataSet object to a database. It pulls data into the DataSet and saves changes back to the database as shown in Figure 4.19. Your program manipulates the DataSet object to read, modify, and delete data values.

If you add a data adapter to a form, the Data Adapter Configuration Wizard will help you initialize it. The wizard helps you connect the adapter to a database and prepare it for use. If you add a DataGrid or other data bound control to your form, you can build a functional database application with surprisingly ...
Read now
Unlock full access