codice:
Response.write "<table border=1>" 
Response.Write("<tr>") 
Response.Write("<th bgcolor='#FFCC99'>campo1</th><th bgcolor='#FFCC99'>campo2</th></tr>") 
Response.write "<tr>" 
Response.Write ("<td>") 
Response.write rs.GetString(,,"</td><td>","</td></tr><tr><td>","") 
Response.write "</td></tr></table>"