Question
record update not working
New jsp page created and I used the Insert-Application
Objects-Update Record-Record Update Form Wizard
The wizard said I needed to create the recordset set first. Completed the step and then created the update form.
When I load the page the form field is loaded with the current value of the database field. I enter in the new text and click submit. The goto page after update loads (which basically displays the new data for the column on the page) and the old data is still in the table.
I've logged into the DB after the update and ran a query and found that the record was not updated at all.
Question
1) How is the goto page after update able to even load if the table was not updated?
2) Where did my data go and why is it not updating the table?
Thanks,
Greg
The wizard said I needed to create the recordset set first. Completed the step and then created the update form.
When I load the page the form field is loaded with the current value of the database field. I enter in the new text and click submit. The goto page after update loads (which basically displays the new data for the column on the page) and the old data is still in the table.
I've logged into the DB after the update and ran a query and found that the record was not updated at all.
Question
1) How is the goto page after update able to even load if the table was not updated?
2) Where did my data go and why is it not updating the table?
Thanks,
Greg
