
Let's use the following simple program to demonstrate how C# uses datasets to examine the information in a database.
In this program, a dataset is created and then populated from a Microsoft Access database called EasyNomad. The information in the dataset is then displayed in a list box.
Because we are using an OLE database, we must use the System.Data.OleDb namespace.
|