Question: Create a SQL Server database named people that has the following table. Please use Visual Studio 2019 and create a local service based database people_id

Create a SQL Server database named "people" that has the following table. Please use Visual Studio 2019 and create a local service based database

  • people_id int PK identity
  • firstname varchar(30)
  • lastname varchar(40)

Create a Windows forms program that lists the id, firstname and lastname in a datagridview

Provide functionality (in code using command object and parameters, no wizards) to add, update and delete from the database table and reflect the changes in the datagridview.

Provide a menu to exit the program.

Make the program visually appealing.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!