Question: Open the Addison Playhouse Solution (Addison Playhouse Solution.sln) file contained in the VB2015Chap14Addison Playhouse Solution folder. The application is connected to the Play database, which
Open the Addison Playhouse Solution (Addison Playhouse Solution.sln) file contained in the VB2015\Chap14\Addison Playhouse Solution folder. The application is connected to the Play database, which contains a table named tblReservations. Each record in the table has three fields: a numeric field named Seat (the primary key) and two text fields named Patron and Phone. The application should allow the user to add records to the database and also delete records (by seat number) from the database. It should also allow the user to enter a seat number and then view the associated record. In addition, it should allow the user to view the records whose Patron field begins with the one or more characters the user enters. The records should always appear in order by the seat number. Code the application and then test it appropriately.
Step by Step Solution
3.46 Rating (162 Votes )
There are 3 Steps involved in it
Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 14 VisualStudioVersion 140225120 MinimumVisualStudioVersion 100402191 ProjectF184B08FC81C45F6A57F5ABD9991F28F Addison Playhouse ... View full answer
Get step-by-step solutions from verified subject matter experts
