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

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
 
M

Mohamoss

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
 
R

Ron Allen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top