Dreamweaver can help you in define a recordset (also known as a ColdFusion query) in a ColdFusion component (CFC). By defining a recordset in a CFC, you dont need to define the recordset on each page that uses it. You define the recordset once in the CFC and use the CFC on different pages.
This feature is only available if you have access to a computer running ColdFusion MX 7 or later. For more information, see Enabling the ColdFusion enhancements.
For more information, see Visually creating a component in Dreamweaver.
The Recordset dialog box appears. You can work in either the simple or the advanced Recordset dialog boxes.
The recordset is defined in the function.
The name can only contain letters, numbers, and the underscore character (_). You cannot use special characters or spaces.
For more information, click the Help button in the dialog box.
After youre done, Dreamweaver inserts a new function in your CFC defining the recordset.
To edit the CFC recordset visually, double-click it in the Bindings panel.