ADODB.Connection error '800a0e7a'
From: J L (anonymous_at_discussions.microsoft.com)
Date: 03/27/04
- Next message: Paul Lynch: "Re: ADODB.Connection error '800a0e7a'"
- Previous message: Steve Gould: "Re: Service Unavailable under IIS 6.0"
- Next in thread: Paul Lynch: "Re: ADODB.Connection error '800a0e7a'"
- Reply: Paul Lynch: "Re: ADODB.Connection error '800a0e7a'"
- Reply: Ken Schaefer: "Re: ADODB.Connection error '800a0e7a'"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Mar 2004 17:16:52 -0800
hello,
I have a problem on a Windows 2000 Server sp4 where any asp page that
tries to connect to a database (SQL or Access) get's the following eror:
-----
ADODB.Recordset error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/TEST.asp, line 8
-----
Example lines-
Site 1: Rs.ActiveConnection = MM_dbconnection_STRING
Site 2: set br = server.CreateObject("ADODB.Connection")
br.open application("BR_DATA_CONNECTION")
Site 3: set rsViews = Server.CreateObject("ADODB.Recordset")
rsViews.ActiveConnection = shop_conection_STRING
And so on, and so forth. Previously, the server has MDAC v2.7
installed, but after experiencing this today, I've upgraded to MDAC v2.8
and hotfix Q832483, but that hasn't fixed the problem.
Any ideas? All are appreciated.
- Next message: Paul Lynch: "Re: ADODB.Connection error '800a0e7a'"
- Previous message: Steve Gould: "Re: Service Unavailable under IIS 6.0"
- Next in thread: Paul Lynch: "Re: ADODB.Connection error '800a0e7a'"
- Reply: Paul Lynch: "Re: ADODB.Connection error '800a0e7a'"
- Reply: Ken Schaefer: "Re: ADODB.Connection error '800a0e7a'"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|