<%@ LANGUAGE="VBSCRIPT" %>
<% Option Explicit 'Good coding technique
'Establish connection to DB
Dim conn
Set conn = ServerCreateObject("ADODBConnection")
connOpen "DSN=Northwind;"
'Create a recordset
Dim rs
Set rs = ServerCreateObject("ADODBRecordset")
rsOpen "SELECT * FROM table1", conn
'Store our one big string
Dim strTable
strTable = rsGetString(,,"</td ><td >","</td ></tr ><tr ><td >"
," ")