Accessibility
 
Home > Products > UltraDev > Support > Editing Database Records
Dreamweaver UltraDev Icon Macromedia Dreamweaver UltraDev Support Center - Editing Database Records
Identifying the record to update

When users want to update a record, they must first find that record in the database. Accordingly, you need to begin with a search page and a results page. For instructions on creating a search page, see Building a simple database search feature.

Make sure your search page points to a results/update page (indicated by the search form's Action box).

You must use the GET method for this type of search procedure to work. The GET method passes the search values to the results page in the form of a URL parameter. You can see this parameter in action when you do a search. The results page appends the parameter to the URL.
To Table of Contents Back to Previous document Forward to next document