Accessibility
 
Home > Products > UltraDev > Support > Editing Database Records
Dreamweaver UltraDev Icon Macromedia Dreamweaver UltraDev Support Center - Editing Database Records
Inserting records in Dreamweaver UltraDev 4

Your application can contain a page that lets users add records to a database. An insert page requires two building blocks:

An HTML form that lets users enter data
An Insert Record server behavior that updates the database

You can add these building blocks in a single operation using the Record Insertion Form live object, or you can add them separately using the Dreamweaver form tools and the Server Behaviors panel. For instructions on the latter, see Building an insert record page block by block.

Note: The insert page can contain only one record-editing server behavior at a time. For example, you cannot add an Update Record or a Delete Record server behavior to the insert page.

To Table of Contents Forward to next document