Professional Recordset Wizard
Version 1.3.9  how it workhelps and tutorialDownload demoAdd to cart
  Tutorial - Create Simple select query
 
 

1°)

Open the Recordset(Query) Server Behavior panel from:
Server Behaviors -> dwZone -> Prof Rec Wiz
Simple select query
Query with Tables Join
Calculation Query
Modify an existing query
   
2°) In the Recordset Field write the name of the recordset
   

3°)

Select a valid connections
   
4°) Click on the "Add Table" button to insert the table
   
5°) In the "Table List Menu" select the table whose data you want to work with.
   
6°) Double click on the fields you want add to your query
   
7°) Specify the criteria that limit records
   
8°) To view the result query code click on the "SQL" button
Click the Test button to execute the query and ensure that it retrieves the information you intended
(Remember the test mode work without criteria)
   
9°) Click the "OK" Button
The newly defined Recordset appears in your Page
   
  Grafic Example:
   
The corresponding code inserted in Your page: