Question: Creating a GUI Your task is to extend the application demonstrated in Lecture 1 1 and add the new, update, and delete functionality to the

Creating a GUI Your task is to extend the application demonstrated in Lecture 11 and add the new, update, and delete functionality to the application. Your first task is to Change the name of the main dialog to Contact Form. The New functionality shall: 1. Add a new user with any fields that have values 2. A first and last name is a required for the submission, so that must be checked before proceeding to write to the database. 3. A new ID shall be generated for each user and that ID shall not be duplicated in the database 4. You can use the same pattern that is in the code to write to the database. Instead of a select, you will be doing an insert. The update functionality shall: 1. Update all database attributes for the selected user based on the field entries 2. The ID is already retrieved for you, so you must grab that value from the userid label. 3. Be sure to update only the selected user's data and no other users. The delete functionality shall: 1. Delete only the record that is selected 2. Refresh the selection list by retrieving the records from the database.

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!