ADODB.Connection error '800a0e7a'

This is a discussion on "ADODB.Connection error '800a0e7a'" within the Classic ASP section. This forum, and the thread "ADODB.Connection error '800a0e7a' are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 23rd, 2006, 17:52
New Member
Join Date: Sep 2006
Location: Kansas
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
ADODB.Connection error '800a0e7a'

I am getting a 800a0e7a error from my dsn-less connection. I am trying to connect to an access database on the windows 2003 server where the site is hosted. The server has MDAC 2.8 installed. I tried to install the Jet 4.0 service pack 8 but it said that what was installed was newer than this update.

Here is my connection string...

<%
Dim conn
Set conn=Server.CreateObject("ADODB.Connection")
conn.Open("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & server.mappath("/faultlessDB.mdb") & ";")
%>

Anyone know what I need to do? I have searched google and other forums and they all said I need to update to the latest MDAC but that did not work. Other Ideas?

Thanks,

Jason
Reply With Quote

Reply

Tags
createobject

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Database Connection Error Message Monie Classic ASP 6 Nov 2nd, 2007 08:08
Keep getting error message Microsoft VBScript runtime error '800a01a8' cpando1974 Classic ASP 2 Aug 7th, 2007 12:00
PHP n MySQL connection uddin PHP Forum 1 Apr 18th, 2007 06:41
Database connection fogofogo Classic ASP 7 Dec 5th, 2005 14:25
ADODB.Recordset error '800a0bb9' grittyminder Databases 2 Jul 15th, 2005 21:09


All times are GMT. The time now is 22:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43