Selecting a table

Selecting a table

This example selects the entire contents of the Employees table. The SQL statement defining the query appears as follows:

SELECT * FROM Employees

To create this query:

  1. Expand the Tables branch to display all of the tables in the selected database.
  2. Select the Employees table.
  3. Click the Select button.
  4. Click OK to add the recordset to the Bindings panel.


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly