JET.OLEDB.4.0

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

Guest

How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local machine"
 
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]
- (e-mail address removed)

How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local
machine"
 
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 said:
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]
- (e-mail address removed)

How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local
machine"
 
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]
- (e-mail address removed)

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 said:
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]
- (e-mail address removed)

How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local
machine"
 
Yes,


Nicholas Paldino said:
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]
- (e-mail address removed)

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 said:
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]
- (e-mail address removed)

How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local
machine"
 
Yes,
I install MDAC_TYPE 2.8

Nicholas Paldino said:
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]
- (e-mail address removed)

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 said:
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]
- (e-mail address removed)

How to solve the following error message :
"The 'Microsoft.JET.OLEDB.4.0' provider not registerd on the local
machine"
 
Back
Top