Thomas Wallace: Lectures and Resources - A collection of website design lectures and resources

Using Dreamweaver to Add a Record to Your Database

Creating a Page to View the Records

  1. Make sure you have created the Recordset
  2. From the menu at the top of Dreamweaver select Insert > Application Object >Dynamic Data > Dynamic Table

Dynamic Table

  1. In the Dynamic Table Dialog Box  
    Dynamic Table
    • Set Recordset to: RSEmail
    • Show All Records
    • Border: 1
    • Cell Padding: 1
    • Cell Spacing: 1
  1. Hit Ok
  2. Your page should now look like this:

Recorset Views

  1. To see your data hit the Live Data View Button LiveView Button
  2. Save Page as email.asp

Now we are ready to build the page that will insert Data into our Database.