Your application can contain a page that lets users insert new records in a database. For example, the following page inserts a new record in an employee database:
An insert page consists of two building blocks:
You can add these building blocks in a single operation using the Record Insertion Form application object (see Building the insert page in one operation), or you can add them separately using the Dreamweaver form tools and the Server Behaviors panel (see Building an insert 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. |