473,385 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

JET.OLEDB.4.0

How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local machine"
Nov 16 '05 #1
5 1349
Yosi,

What is it that you are trying to do? Are you trying to use the classes
in System.Data.OleDb to access data? This is fine, but if the provider for
the data doesn't exist on the local machine, then you need to find one that
will support your data type.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:A1**********************************@microsof t.com...
How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local

machine"
Nov 16 '05 #2
I'm trying to access my data base,
"Provider=Microsoft.JET.OLEDB.4.0;data source=AD.mdbl"
FYI, this application is already working, but in a spicific win98 maction I got this error. All other machins working will ..... why ?
What should I install to solved this issue.

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yosi,

What is it that you are trying to do? Are you trying to use the classes
in System.Data.OleDb to access data? This is fine, but if the provider for
the data doesn't exist on the local machine, then you need to find one that
will support your data type.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:A1**********************************@microsof t.com...
How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local

machine"

Nov 16 '05 #3
Yosi,

Do you have the latest MDAC package installed? It seems the provider is
not installed, which would cause the error.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:6A**********************************@microsof t.com...
I'm trying to access my data base,
"Provider=Microsoft.JET.OLEDB.4.0;data source=AD.mdbl"
FYI, this application is already working, but in a spicific win98 maction I got this error. All other machins working will ..... why ? What should I install to solved this issue.

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yosi,

What is it that you are trying to do? Are you trying to use the classes in System.Data.OleDb to access data? This is fine, but if the provider for the data doesn't exist on the local machine, then you need to find one that will support your data type.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:A1**********************************@microsof t.com...
How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local

machine"

Nov 16 '05 #4
Yes,
"Nicholas Paldino [.NET/C# MVP]" wrote:
Yosi,

Do you have the latest MDAC package installed? It seems the provider is
not installed, which would cause the error.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:6A**********************************@microsof t.com...
I'm trying to access my data base,
"Provider=Microsoft.JET.OLEDB.4.0;data source=AD.mdbl"
FYI, this application is already working, but in a spicific win98 maction

I got this error. All other machins working will ..... why ?
What should I install to solved this issue.

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yosi,

What is it that you are trying to do? Are you trying to use the classes in System.Data.OleDb to access data? This is fine, but if the provider for the data doesn't exist on the local machine, then you need to find one that will support your data type.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:A1**********************************@microsof t.com...
> How to solve the following error message :
> "The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local
machine"


Nov 16 '05 #5
Yes,
I install MDAC_TYPE 2.8

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yosi,

Do you have the latest MDAC package installed? It seems the provider is
not installed, which would cause the error.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:6A**********************************@microsof t.com...
I'm trying to access my data base,
"Provider=Microsoft.JET.OLEDB.4.0;data source=AD.mdbl"
FYI, this application is already working, but in a spicific win98 maction

I got this error. All other machins working will ..... why ?
What should I install to solved this issue.

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yosi,

What is it that you are trying to do? Are you trying to use the classes in System.Data.OleDb to access data? This is fine, but if the provider for the data doesn't exist on the local machine, then you need to find one that will support your data type.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:A1**********************************@microsof t.com...
> How to solve the following error message :
> "The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local
machine"


Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Error while executing SP | last post by:
Hi, I am getting an error while executing a sp from Oracle database. Can you let me know what could be the problem? here is the code using(System.Data.OleDb.OleDbConnection cn = new...
3
by: Chris Thunell | last post by:
I have a program where i connect to an access database and get some information out of it. I'm using the oledb.3.51 version, my computer doesn't seem to have the 4.0 version, but the computer that...
12
by: Parking Meters | last post by:
Today I managed to get the OleDB provider to let me put datasets from an as400 using sql. Great, the provider string I used is: Provider=IBMDA400.DataSource.1;User ID=XXXXX;Password=XXXX;Data...
4
by: NS | last post by:
Hi, I am trying to execute a prepare statement using oledb provider for DB2. The command.Prepare() statement is giving me an exception " No error information available:...
2
by: Joe | last post by:
Hi All, I am new to using the Access DB and I need some help if someone is able to give it to me. What I want to do is get the names of the columns of certain tables. Not the data in the table...
9
by: Pam Ammond | last post by:
I need the code to update the database when Save is clicked and a text field has changed. This should be very easy since I used Microsoft's wizards for the OleDBAdapter and OleDBConnection, and...
1
by: T8 | last post by:
I have a asp.net (framework 1.1) site interfacing against SQL 2000. It runs like a charm 99% of the time but once in a while I get the following "unspecified error". Sometimes it would resolve by...
3
by: Brian Foree | last post by:
I am developing an ASP.NET application that uses Access 2000 as its backend, and have just started getting the following error on 2 ASP.NET pages that had been working until late last week (and I...
2
by: Martin | last post by:
Hi, I currently have an application that connects to an MS ACCESS database. This application uses an OLEDB connection string for MS ACCESS. Now, I'd like to upsize the application so I converted...
0
by: NicK chlam via DotNetMonster.com | last post by:
this is the error i get System.Data.OleDb.OleDbException: Syntax error in INSERT INTO statement. at System.Data.Common.DbDataAdapter.Update(DataRow dataRows, DataTableMapping tableMapping) at...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.