Question: Modify the program to include a method named updatePerson in class PersonQueries. The method should update an existing entry in the database. Provide an Update
Modify the program to include a method named updatePerson in class PersonQueries. The method should update an existing entry in the database. Provide an Update Button. When the user presses this Button, an event handler in the controller class should call PersonQueries method updatePerson to update the currently displayed contact with the data in the TextFields.
Step by Step Solution
3.40 Rating (141 Votes )
There are 3 Steps involved in it
To accomplish this you need to add the updatePerson method in your PersonQueries class and an update button its corresponding event handler in the con... View full answer
Get step-by-step solutions from verified subject matter experts
