Getting Started, "Manage Data Easily," by Fabio Claudio Ferracchiati [Visual Studio Magazine, October 2003]

In the sample archive you will find three examples:

BuildADataSetFromScratch - Shows how to create a DataSet from scratch.
UseADataAdapter - Shows how to create a DataSet using the DataAdapter.
DataGridExample -  Shows how to use a DataGrid to display records within a DataSet and how to use it to update the contents of the database after having modified records in the grid.

Note: Both examples contain a VS.NET 2003 solution that you can use to study the code. If you have the VS.NET 2002 tool then they are not compatible with it. Just create an empty project and add sample code files to it. The CursorApp is a VB.NET WinForms project, the DriveInfo is a VB.NET Class Libray project and the TestDriveInfo is a VB.NET Console project.
