Building pages to update a record (ASP and JSP)
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 a page to update records:
- Searching for the record to update (ASP and JSP)
- Opening the update page and passing the record ID (ASP and JSP)
- Retrieving the record to update (ASP and JSP)
- Completing the update page in one operation (ASP and JSP)
- Completing the update page block by block (ASP and JSP)
Related topics
- Building a record insert page (all servers)
- Building pages to delete a record (ASP and JSP)