Updating data in a database is usually done with two pages:
|
The update form is created with CFFORM tags or HTML form tags. The update form calls an update page which can contain either a CFUPDATE tag or a CFQUERY tag with a SQL update statement. The update page should also contain a message for the end user that reports on the update completion. |