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.
|
|
|
|
|
![]() |
||
ADODB.Connection error '800a0e7a'
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
![]() |
| Tags |
| createobject |
| Thread Tools | |
|
|
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 |