Go Back  RCU Forums > RC Universe Support > Forum questions or problems
 VBScript runtime error '800a01a8' >

VBScript runtime error '800a01a8'

Community
Search
Notices
Forum questions or problems Post any questions about how to use the forum or any bugs/problems you may be having in this forum.

VBScript runtime error '800a01a8'

Thread Tools
 
Search this Thread
 
Old 04-23-2004 | 01:28 AM
  #1  
Thread Starter
Junior Member
 
Joined: Apr 2004
Posts: 1
Likes: 0
Received 0 Likes on 0 Posts
From: San Gabriel, CA,
Default 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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.