if (Request("t") = "dump") then
'Debugging.
Response.Write strSQL
end if
'Run the query
rs.Open strSQL, DataConn, adOpenStatic, adLockReadOnly
if (Request("t") = "dump") then
'Debugging.
dumprecordset rs
end if
But wait! SQL injection elsewhere allows me to submit HTML to database!