Microsoft.JET.OLEDB.4.0 problem !!!!!!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I installed all the MDAC_TYPE.exe revisions (last one is 2.8) ,in my WIN98 secEd OS.

But when I run my application I got the following error:
"The 'Microsoft.JET.OLEDB.4.0' provider is not registers on the local machine".

In my code I use:
"Provider=Microsoft.JET.OLEDB.4.0;data source="+currectDirectory +"db.mdb";


I run my application in onother windows 98 machines ,its working fine. what should I do in this machine ? to fix this problem
 
Hi
the Microsoft Jet is not a part of MDAC anymore.
so insalling MDAC doesn't mean that you have the jet insalled and working
, check this thread:
http://tinyurl.com/3c7vf

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Yosi,
You probably don't have the Jet runtime installed as newer versions of
MDAC don't include it. See
http://support.microsoft.com/default.aspx?kbid=239114 for instructions on
downloading the runtime (Jet servicepack).

Ron Allen
Hi,
I installed all the MDAC_TYPE.exe revisions (last one is 2.8) ,in my WIN98 secEd OS.

But when I run my application I got the following error:
"The 'Microsoft.JET.OLEDB.4.0' provider is not registers on the local machine".

In my code I use:
"Provider=Microsoft.JET.OLEDB.4.0;data source="+currectDirectory +"db.mdb";


I run my application in onother windows 98 machines ,its working fine.
what should I do in this machine ? to fix this problem
 
Back
Top