Updating data in a database is usually done with two pages:
- An update form
- An update page
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.
|