sp4 installed now MDAC DLL not registered

  • Tried reinstalled service pac and latest MDAC .

    My programs can't create adodb stuff

  • What are the error messages? Where: what statements, what objects?

     

    Regards,Yelena Varsha

  • 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

  • so which DLL would be missing ? I will find it and reregister it

  • 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

  • YEs thank you very much. I will post thte outcome

  • I don;t have anything newer in the ado folder than 2001!

    I just installed sql sp4 and mdac 2.8

    what the hey?

  • I can't get this one registered:

    Msader15.dll 2.81.1117.0 ADO Resources

    No entry point found. What do I do?

    Thanks

  • 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

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdconinstallingredistributingado.asp

    I would not register individual DLLs. Can you re-install Windows Service Pack whatever version you are on?

    Regards,Yelena Varsha

  • 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