Question: 4. Open the Playhouse Solution (Playhouse Solution.sln) file contained in the VB2015 Chap13Playhouse Solution folder. Connect the application to a Microsoft Access database named Play.
4. Open the Playhouse Solution (Playhouse Solution.sln) file contained in the VB2015\
Chap13\Playhouse Solution folder. Connect the application to a Microsoft Access database named Play. The database is stored in the VB2015\Chap13\Access Databases\
Play.accdb file. The database contains one table named tblReservations. Each record has three fields: a numeric field named Seat and two text fields named Patron and Phone.
The application should display the contents of the Play database in a DataGridView control. It should also allow the user to add, delete, modify, and save records. Enter the Try...Catch statement in the Save Data button’s Click event procedure. Test the application appropriately.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
