This section describes how to define a recordset using Dreamweavers Recordset dialog box, which allows you to create a recordset without having to manually enter SQL statements. Defining a recordset using this method can be as easy as selecting a database connection and table from the Recordset dialog boxs pop-up menus.
If you want to write your own SQL statements, use the advanced Recordset dialog box. (See Creating an advanced recordset by writing SQL.)
The simple Recordset dialog box appears. If you are developing a ColdFusion or ASP.NET site, the Recordset dialog box is slightly different from the example shown below. (If the advanced Recordset dialog appears instead, switch to the simple Recordset dialog box by clicking the Simple button.)
For instructions on completing the Recordset dialog box, see the section appropriate to your document type:
If you defined a filter that uses parameters input by users, the Test button displays the Test Value dialog box. Enter a value in the Test Value text box and click OK. If an instance of the recordset is successfully created, a table displaying data extracted from the recordset appears.