| Table of Contents Setting Up Database Setting System DSN Setting Folder to Execute | |
![]() ![]() |
|
Active Server Page Query Examples |
||||||||||||||||
| The examples shown below will use the data in the employees table of the sample database (volcano.mdb). If you need a listing of all employees, then view the List of Employees page that displays the entire database. |
||||||||||||||||
| Finding Specific Data
The following example form will search for a specific employee by first or last name. For
The following examples use VB Script to do more advanced database queries. Adding New Data This example will add a new employee into the database. NOTE: FrontPage 98 only
supports the SELECT statement for SQL. For advanced queries,
This form will delete an employee from the database where both
the first and last names are
This form will update
and employee's first name in the database to a new name where the old
|
||||||||||||||||
|
For more information and instruction on using Active Server
Pages, visit |