Question: Open the Playhouse Solution (Playhouse Solution.sln) file contained in the VB2015Chap13Playhouse Solution folder. Connect the application to a Microsoft Access database named Play. The database
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
3.40 Rating (172 Votes )
There are 3 Steps involved in it
Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 14 VisualStudioVersion 140225120 MinimumVisualStudioVersion 100402191 ProjectF184B08FC81C45F6A57F5ABD9991F28F Playhouse Project ... View full answer
Get step-by-step solutions from verified subject matter experts
