Accessibility
 
Home > Products > UltraDev > Support > Editing Database Records
Dreamweaver UltraDev Icon Macromedia Dreamweaver UltraDev Support Center - Editing Database Records
Displaying the record in the HTML form

When you bind database table columns to form objects, the results of your search will appear in the editable regions of your HTML form.

To display the retrieved record in the HTML form:

1 Make sure you defined a recordset to hold the record the user wants to update.
2 Drag a database table column from the Data Bindings panel (Window > Data Bindings) to its corresponding form object on the page.
For more information, see "Making form objects dynamic" in Using UltraDev.
The final step is to add the Update Record server behavior to update the database table after the user modifies the record.

To Table of Contents Back to Previous document Forward to next document