Using Dreamweaver to Add a Record to Your Database
Creating a Page to View the Records
- Make sure you have created the Recordset
- From the menu at the top of Dreamweaver select Insert > Application Object >Dynamic Data > Dynamic Table

- In the Dynamic Table Dialog Box

- Set Recordset to: RSEmail
- Show All Records
- Border: 1
- Cell Padding: 1
- Cell Spacing: 1
- Hit Ok
- Your page should now look like this:

- To see your data hit the Live Data View Button

- Save Page as email.asp
Now we are ready to build the page that will insert Data into our Database.