Active Server Pages and Databases
Assign ODBC data source name to database.
In the ASP
- generate SQL query string
- connect to ODBC data source
- execute query
- results stored in recordset
- to return results loop through recordset generating HTML table, say.
See http://nt2.ec.man.ac.uk/aspcourse