1. Create a small database to include customer numbers, customer names and customer areas. Place eight records in the database.For the customer area field,use the designations of N for North,S for South,and so on. The type of database (SQL Server or Access) will be determined by your instructor.Write a C# ***** to display only the names of all customers.
2. Using the database created in Exercise 1,write a C# ***** to display the customer number and name in a data grid.Format the grid control so it is professionally aesthetically appealing.Allow the user to add records to the database.If your designed solution involves the use of a disconnected database,post the changes back to the live database.
Be sure to check the database records to make sure the changes have been made.