![]() |
VBScript runtime error '800a01a8'
I am trying to build a gues book on my website, I have connected Access to ASP VBScript page. It runs this error VBScript runtime error '800a01a8' it asks for an object
can you please tell me how can i fix it, and what is this object this is my code: <%@LANGUAGE="VBSCRIPT" %> <% dim objConn set objConn = server.createobject("ADODB.connection") objConn.open "driver={Microsoft Access Driver (*.mdb)};dbq=" & Server.MapPath("access_db/FeedBackdata.mdb") & ";" %> <html> <head> <title>FeedBack</title> </head> <body> <table width="97%" border="1"> <tr> <td><div align="center">Guest_ID</div></td> <td><div align="center">Name</div></td> <td><div align="center">Title</div></td> <td><div align="center">Email</div></td> <td><div align="center">Comments</div></td> </tr> <tr> <td><div align="center"><%Guest_ID.Value%></div></td> <td><div align="center"><%=Name.Value%></div></td> <td><div align="center"><%=Title.Value%></div></td> <td><div align="center"><%=Email.Value%></div></td> <td><div align="center"><%=Comments.Value%></div></td> </tr> </table> </body> </html> Thank you Sireen |
| All times are GMT -8. The time now is 05:14 PM. |
Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.