CIS234N

C# Programming

Part 5 Assignment

 

Project:

Combine the DatabaseInsert, DatabaseUpdate and DatabaseDelete examples into one Windows Forms application. (They are currently console applications.) For this you are using the Access database that is provided with the code samples.

 

 

 

Optional additional project:

For you SQL Server people, here is an optional additional assignment you may find interesting:

 

Change the ExecuteStoredProcedureExample from a console application into a Windows Forms application. To do this one you'll need the MSDE and the SQL Server Northwind database installed on your machine.