Re: MICROSOFT.JET.OLEDB.4.0;DATA error

This is a multi-part message in MIME format.

------=_NextPart_000_0015_01C837E4.906E7B90
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable


"Stevie V" <steve [at] ibc.ltd.uk> wrote in message =
news:4756E431.D89F.008E.0 [at] ibc.ltd.uk...
Hi,

I recently moved my website from IIS on Windows 2000 to IIS on Windows =
2003. Now when I connect to my .MDB file on the new IIS server I =
receive the error

"DatabaseFile Not Found: Provider=3DMicrosoft.Jet.OLEDB.4.0"


You will need to install JET manually, since this has been deprecated. =
On Windows x64, it even does not exist as 64bit version.
=
http://www.microsoft.com/downloads/details.aspx?familyid=3D9 7BC8126-5C60-=
44BC-A2CE-1E40C7FE2B34&displaylang=3Den


even though the database is in the specified location. Can anyone =
give me any pointers as to how I can fix this problem? Do I need to =
install a Microsoft Jet program?

Many thanks

Steve.

--
Session Management for Web Farms (also for ASP.NET combined with ASP)
http://www.nieropwebconsult.nl/asp_session_manager.htm
------=_NextPart_000_0015_01C837E4.906E7B90
Content-Type: text/html;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META content=3D"MSHTML 6.00.6000.16546" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma" =
bgColor=3D#ffffff>
<DIV><FONT face=3DArial></FONT> </DIV>
<BLOCKQUOTE dir=3Dltr
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Stevie V" <<A =
href=3D"mailto:steve [at] ibc.ltd.uk">steve [at] ibc.ltd.uk</A>>
wrote in message <A
=
href=3D"news:4756E431.D89F.008E.0 [at] ibc.ltd.uk">news:4756E431. D89F.008E.0 [at] i=
bc.ltd.uk</A>...</DIV>
<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I recently moved my website from IIS on Windows 2000 to IIS =
on
Windows 2003.  Now when I connect to my .MDB file on the new IIS =
server I
receive the error </DIV>
<DIV> </DIV>
<DIV>"DatabaseFile Not Found: <FONT
color=3Dred><STRONG>Provider=3DMicrosoft.Jet.OLEDB.4.0" =
</STRONG></FONT></DIV>
<DIV><FONT face=3DArial></FONT> </DIV>
<DIV><FONT face=3DArial></FONT> </DIV>
<DIV><FONT face=3DArial color=3D#ff0000>You will need to install JET =
manually,
since this has been deprecated. On Windows x64, it even does not exist =
as
64bit version.</FONT></DIV>
<DIV><FONT face=3DArial><A
=
href=3D"http://www.microsoft.com/downloads/details.aspx?fami lyid=3D97BC81=
26-5C60-44BC-A2CE-1E40C7FE2B34&displaylang=3Den">http:// www.microsoft=
..com/downloads/details.aspx?familyid=3D97BC8126-5C60-44BC-A 2CE-1E40C7FE2B=
34&displaylang=3Den</A></FONT></DIV>
<DIV><FONT face=3DArial></FONT> </DIV>
<DIV><FONT face=3DArial></FONT> </DIV>
<DIV><FONT color=3D#000000>even though the database is in the =
specified
location.  Can anyone give me any pointers as to how I can fix =
this
problem?  Do I need to install a Microsoft Jet =
program?</FONT></DIV>
<DIV> </DIV>
<DIV>Many thanks</DIV>
<DIV> </DIV>
<DIV>Steve.</DIV>
<DIV><FONT face=3DArial></FONT> </DIV>
<DIV><FONT face=3DArial>--</FONT></DIV>
<DIV><FONT face=3DArial>Session Management for Web Farms (also for
ASP.NET combined with ASP)</FONT></DIV>
<DIV><FONT face=3DArial><A
=
href=3D"http://www.nieropwebconsult.nl/asp_session_manager.h tm">http://ww=
w.nieropwebconsult.nl/asp_session_manager.htm</A></FONT></DIV></BLOCKQUOT=
E></BODY></HTML>

------=_NextPart_000_0015_01C837E4.906E7B90--
Egbert Nierop [ Do, 06 Dezember 2007 08:46 ] [ ID #1887232 ]

Re: MICROSOFT.JET.OLEDB.4.0;DATA error

WHERE IS THE CODE?!?

If this is your connection string:

------------------------------------------------------------ ------------------------+
PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA
SOURCE=Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=e:\domains\u\utt.info\user\private\Bryx.mdb

then it is not valid. You have DATA SOURCE=Microsoft.Jet.....

DATA SOURCE should be e:\domains\u\utt.info\user\private\Bryx.mdb

Cheers
Ken



"Steve V" <steve [at] ibc.ltd.uk> wrote in message
news:4757C32B.D89F.008E.0 [at] ibc.ltd.uk...
hi, thanks for the suggestion unfortuately I already tried installing jet
5.0 sp8 and it reports that my Windows 2003 Standard already has a newer
version and will not install!

Here is the full error code I am getting:

Function: OpenConnection
Connection: PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA
SOURCE=Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=e:\domains\u\utt.info\user\private\Bryx.mdb
Hint: DatabaseFile Not Found: Provider=Microsoft.Jet.OLEDB.4.0
Error: Description: 'e:\domains\u\utt.info\user\private\Bryx.mdb' is not a
valid path. Make sure that the path name is spelled correctly and that you
are connected to the server on which the file resides.,
Source: Microsoft JET Database Engine, Number: -2147467259
Errors: 1


Its works on my Windows 2000 Standard IIS but not when I run it on my
Windows 2003 Standard IIS!

Thanks in advance.

Steve.


>>> Egbert Nierop<egbert_nierop [at] nospam.invalid> 06/12/2007 07:46 >>>


"Stevie V" <steve [at] ibc.ltd.uk> wrote in message
news:4756E431.D89F.008E.0 [at] ibc.ltd.uk...
Hi,

I recently moved my website from IIS on Windows 2000 to IIS on Windows 2003.
Now when I connect to my .MDB file on the new IIS server I receive the error

"DatabaseFile Not Found: Provider=Microsoft.Jet.OLEDB.4.0"


You will need to install JET manually, since this has been deprecated. On
Windows x64, it even does not exist as 64bit version.
http://www.microsoft.com/downloads/details.aspx?familyid=97B C8126-5C60-44BC-A2CE-1E40C7FE2B34&displaylang=en


even though the database is in the specified location. Can anyone give me
any pointers as to how I can fix this problem? Do I need to install a
Microsoft Jet program?

Many thanks

Steve.

--
Session Management for Web Farms (also for ASP.NET combined with ASP)
http://www.nieropwebconsult.nl/asp_session_manager.htm
Ken Schaefer [ Do, 06 Dezember 2007 12:52 ] [ ID #1887242 ]
Webserver » microsoft.public.inetserver.iis » Re: MICROSOFT.JET.OLEDB.4.0;DATA error

Vorheriges Thema: IIS fails to restart
Nächstes Thema: WebDav and IE