Building pages to update a record (ColdFusion)
Your application can contain a set of pages that lets users update existing records in a database table. The pages normally consist of a search page, a results page, and an update page. The search and results page let users retrieve the record and the update page lets users modify the record.
This section describes the steps to build pages to update a record:
- Searching for the record to update (ColdFusion)
- Creating the links to open the update page (ColdFusion)
- Creating a URL parameter for update links (ColdFusion)
- Retrieving the record to update (ColdFusion)
- Completing the update page in one operation (ColdFusion)
- Completing the update page block by block (ColdFusion)
Related topics
- Building master/detail pages (ColdFusion)
- Building a record insert page (all servers)
- Building pages to delete a record (ColdFusion)