Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ramellion

  1. ramellion

    Error Type: (0x80020009) Exception Occured

    Yeah! I can retrieve my recordset just by using that syntax. It's easier for me and less complex. Thanks guys for the tips, I'll try them
  2. ramellion

    Error Type: (0x80020009) Exception Occured

    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.
  3. ramellion

    Error Type: (0x80020009) Exception Occured

    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>")...

Part and Inventory Search

Back
Top