Creating a Recordset (Query) in Dreamweaver
In order to proceed with the creation of our web application we will first need to create a recordset. A recordset is essentially a query to a database. The data returned from that query is called a recordset.
Creating a Recordset
- Open the dbexample site in Dreamweaver.
- Open then email.asp page that we created in the last tutorial.
- In the application palette select the Bindings tab and press the “+” button and then Recordset.

- In the Recordset Dialog box:

- name the recordset RSEmail
- Set the connection to ITLemon_Email
- The table should be set to StudentEmail
- Columns select All
- Filter set to None
- Sort LastName Ascending
- Test the Recordset
- Press Ok to close the Recordset Dialog Box
- The application palette should now look like this: