<% oConn.Open(sConnString) 'This opens the database. Set rConn = oConn.Execute("SELECT * FROM Table1 ORDER BY LastName, FirstName") %> My First ASP Page
<% 'Destroy the connections oConn.Close set oConn = Nothing %>