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 separately using the Dreamweaver form tools and the Server Behaviors panel, or you can add them in a single operation using the Record Insertion Form live object. For instructions on the latter, see Building an insert record page using a live object.
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.
|