Line 64 is:
Response.Write ("<td height='42' width='96%' colspan='7'>" & "<b>" & "<font size='2' color='C10000'>" & rs("QUOTE") & "</b>" & "</td>")
"Tres2" is the table name in my database.
Hey,
I have this error message when I try to launch my ASP page:
Error Type:
(0x80020009)
Exception occurred.
/First/test1.asp, line 64
here is my code:
<%
Dim rs
Set rs = Server.CreateObject ("ADODB.Recordset")
rs.Open "tres2", "DSN=test"
While Not rs.EOF
Response.Write ("<tr>")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.