December 2002
Beginner to intermediate
432 pages
10h 10m
English
The easiest way to create a DataAdapter is to simply drag one from the toolbox and drop it onto a form or other container. As a learning exercise, let’s do this, and dissect the results.
First, create a Windows Forms project. Name the project ADOBook06-01. If you don’t want to follow along with the steps, place a data grid on the form, and set the Dock property to Fill. Next, place a Panel on the form and dock it to the bottom. The grid should fill the top of the form outside the panel. If it does not, right-click on the grid and select Bring to Front. This should fix the problem. Place three buttons on the panel and set the Text property as in Figure 6.1. Finally, place a label ...
Read now
Unlock full access