Error 8007007e

Dear Engineers.....Help!!

Every time I try to execute with IE an .asp page that has the following
code:


<%

ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=C:\Inetpub\wwwroot\database\xxx.mdb"

Set Session("DB") = Server.CreateObject("ADODB.Connection")
Session("DB").mode = 3
Session("DB").Open ConnStr

%>

it brings the error:

Object Server, ASP 0177 (0x8007007E)
8007007e

Htm and .asp pages shows fine while I do not try to open any database. No
matter wich database I try to open.

I'm running IIS in a Win2k environment.



Any help will be appreciated

Thanks

Rod
Rodrigo Sosa [ Di, 08 August 2006 03:33 ] [ ID #1422535 ]

Re: Error 8007007e

"Rodrigo Sosa" <rodrigo [at] mre-net.com> wrote in message
news:eRnMXqouGHA.3912 [at] TK2MSFTNGP03.phx.gbl...
> Dear Engineers.....Help!!
>
> Every time I try to execute with IE an .asp page that has the following
> code:
>
>
> <%
>
> ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
> Source=C:\Inetpub\wwwroot\database\xxx.mdb"
>
> Set Session("DB") = Server.CreateObject("ADODB.Connection")
> Session("DB").mode = 3
> Session("DB").Open ConnStr
>
> %>
>
> it brings the error:
>
> Object Server, ASP 0177 (0x8007007E)
> 8007007e
>
> Htm and .asp pages shows fine while I do not try to open any database. No
> matter wich database I try to open.
>
> I'm running IIS in a Win2k environment.
>

The error is a Windows error 126: The specified module could not be found.

This happens when one DLL tries load another it depends on but it is
missing.

It may also happen because an activeX dll which has been registered has been
moved or deleted without being unregistered.

Try reinstalling MDAC.

>
>
> Any help will be appreciated
>
> Thanks
>
> Rod
>
>
Anthony Jones [ Di, 08 August 2006 11:24 ] [ ID #1422536 ]

Re: Error 8007007e

Rodrigo Sosa wrote:
> Dear Engineers.....Help!!
>
> Every time I try to execute with IE an .asp page that has the
> following code:
>
>
> <%
>
> ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
> Source=C:\Inetpub\wwwroot\database\xxx.mdb"
>
> Set Session("DB") = Server.CreateObject("ADODB.Connection")
> Session("DB").mode = 3
> Session("DB").Open ConnStr
>
> %>
>
> it brings the error:
>
> Object Server, ASP 0177 (0x8007007E)
> 8007007e
>
> Htm and .asp pages shows fine while I do not try to open any
> database. No matter wich database I try to open.
>
> I'm running IIS in a Win2k environment.
>
>
>
This pretty much says the same thing Anthony said. I just wanted to make you
aware of the resource:
http://www.aspfaq.com/show.asp?id=2362

Since you are using a Jet database, you may need to search microsoft,com to
find the Jet components download.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
reb01501 [ Di, 08 August 2006 12:12 ] [ ID #1422537 ]

Re: Error 8007007e

Have reinstalled MDAC and it brings the same error..... :-(

Rod

"Anthony Jones" <Ant [at] yadayadayada.com> escribió en el mensaje
news:u81XjxsuGHA.4752 [at] TK2MSFTNGP02.phx.gbl...
>
> "Rodrigo Sosa" <rodrigo [at] mre-net.com> wrote in message
> news:eRnMXqouGHA.3912 [at] TK2MSFTNGP03.phx.gbl...
> > Dear Engineers.....Help!!
> >
> > Every time I try to execute with IE an .asp page that has the following
> > code:
> >
> >
> > <%
> >
> > ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
> > Source=C:\Inetpub\wwwroot\database\xxx.mdb"
> >
> > Set Session("DB") = Server.CreateObject("ADODB.Connection")
> > Session("DB").mode = 3
> > Session("DB").Open ConnStr
> >
> > %>
> >
> > it brings the error:
> >
> > Object Server, ASP 0177 (0x8007007E)
> > 8007007e
> >
> > Htm and .asp pages shows fine while I do not try to open any database.
No
> > matter wich database I try to open.
> >
> > I'm running IIS in a Win2k environment.
> >
>
> The error is a Windows error 126: The specified module could not be found.
>
> This happens when one DLL tries load another it depends on but it is
> missing.
>
> It may also happen because an activeX dll which has been registered has
been
> moved or deleted without being unregistered.
>
> Try reinstalling MDAC.
>
> >
> >
> > Any help will be appreciated
> >
> > Thanks
> >
> > Rod
> >
> >
>
>
Rodrigo Sosa [ Mi, 09 August 2006 04:04 ] [ ID #1424005 ]
Webserver » microsoft.public.inetserver.asp.db » Error 8007007e

Vorheriges Thema: create export link or button
Nächstes Thema: Access db problem trying to retieve date