MCC - CIS162AD
CS13 Databases - 25 points
|
|
Create a Windows application to navigate through a Customer table stored in an Access
database (CSMail.mdb is available from the link below). The project will include two forms. One will have a DataGridView control, and the second form will have Labels and Textboxes. Both forms will include a navigation bar.
CS13Form and CS13Form2
Getting Started:
- Create a new project (CS13) in Visual Studio.
- Download CSMail.mdb and save it in the Debug folder inside of the bin folder. Database File: CSMail.mdb
- For the remainding steps and details, refer to the Powerpoint presentation on databases.
- The presentation will walk you the process of creating the two forms.
Submit CS13Form.cs, CS13Form.Designer.cs, CS13Form2.cs, CS13Form2.Designer.cs
Revised: 11/13/2007 - www.mc.maricopa.edu/~marquez/cis162ad/cs13_databases.html