You are now ready to create a new Windows project or Web Site, to which you will add an ADO.NET DataSet schema based on a table in the Access database.
To add an ADO.NET DataSet schema to a Windows project or Web Site
Note This procedure works only with a project that has been created from Project Setup. Project Setup contains specific namespace references and code configuration that is required for this procedure, and you will be unable to complete the procedure without that configuration. Therefore, before you begin this procedure, you must first follow the steps in Project Setup.
A strongly-typed DataSet class is generated from the schema.
Note In a Visual Studio 2005 Web Site there is no strongly-typed DataSet class. Later in this tutorial you learn how to write code to generate your own DataSet class that is based on the CustomerDataSetSchema.xsd.
Continue to Writing a Helper Class to Populate the DataSet.
Tutorial: Connecting to ADO.NET DataSets | Tutorials and Sample Code | Tutorials' Sample Code Directory