November 4, 2005 at 11:52 am
Tried reinstalled service pac and latest MDAC .
My programs can't create adodb stuff
November 4, 2005 at 12:48 pm
What are the error messages? Where: what statements, what objects?
Regards,Yelena Varsha
November 4, 2005 at 1:09 pm
Server object error 'ASP 0177 : 8007007e'
Server.CreateObject Failed
//global.asa, line 111
8007007e
Line 111 is set conn1 = server.CreateObject ("adodb.connection")
Just a plain old create object that has always worked.
I think the MDAC stuff is twacked now, but I reinstalled 2.6 -2.8 did not seem to want to run
November 4, 2005 at 1:25 pm
so which DLL would be missing ? I will find it and reregister it
November 4, 2005 at 1:54 pm
Charles,
Look under C:\Program Files\Common Files\System\ado
Mine DLL for Connection object is:
C:\Program Files\Common Files\System\ado\msado15.dll
This is for MDAC 2.82.1830.0. I would test connecting using VBscript. Not from ASP, but just vbs file. This is a content of Test.vbs. Please, note that in just VBscript there is no Server object in the connection line:
'''''''''''''''''''''''''''''''''''
MsgBox "Started"
set conn1 = CreateObject ("adodb.connection")
MsgBox "Finished"
''''''''''''''''''''''''''''''''''
Here is a listing for ADO folder:
C:\Program Files\Common Files\System\ado>dir /B
adoapt15.reg
adofre15.reg
adojavas.inc
adovbs.inc
makapt15.bat
makfre15.bat
MDACReadme.htm
msader15.dll
msado15.dll
msado20.tlb
msado21.tlb
msado25.tlb
msado26.tlb
msado27.tlb
msadomd.dll
msador15.dll
msadox.dll
msadrh15.dll
msjro.dll
Regards,Yelena Varsha
November 4, 2005 at 2:00 pm
YEs thank you very much. I will post thte outcome
November 4, 2005 at 2:56 pm
I don;t have anything newer in the ado folder than 2001!
I just installed sql sp4 and mdac 2.8
what the hey?
November 4, 2005 at 3:07 pm
I can't get this one registered:
Msader15.dll 2.81.1117.0 ADO Resources
No entry point found. What do I do?
Thanks
November 4, 2005 at 4:43 pm
I have a laptop where I installed MDAC 2.8 last week. ADO folder contains files from Feb. 2003, C:\WINDOWS\dasetup.log (MDAC Setup Log File) says:
Ini Section: General
: ProductName = Microsoft Data Access Components 2.8
On the server where HKEY_Local_Machine\Software\Microsoft\Data Access\Version is 2.80 the same dasetup says:
Ini Section: General
: ProductName = Microsoft Data Access Components 2.7
(????) and ADO folder contains files of March 2005.
Bottom line: MDAC install may or may not re-install ADO. What is your app? Is it ASP.NET or Classic ASP ? Theoretically ADO should be installed with MDAC , see
I would not register individual DLLs. Can you re-install Windows Service Pack whatever version you are on?
Regards,Yelena Varsha
November 4, 2005 at 5:08 pm
I'll try the windows serverice pack - I will also try .Net framework 2.0 beta again
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply