|
| Microsoft.Jet.OLEDB.4.0 Provider is not registered on the local machine. |
 |
Tue, 25 Mar 2008 13:04:48 +000 |
My application is working fine in IIS but the when it try to unload data from
the access database it is throwing an error. Microsoft.Jet.OLEDB.4.0 Provider is
not registered on the local machine. My server OS is WIN2003 sever and 64 bit.
It doesn’t have office2003.And client is not ready to install also. Is there
any other way to access the data from MS ACCESS database?
|
| Post Reply
|
| Re: Microsoft.Jet.OLEDB.4.0 Provider is not registered on the local machine. |
 |
Tue, 25 Mar 2008 14:44:44 +000 |
There is no 64 bit version of Jet available, nor is one planned. You need to
compile the project to target x86 processors:
http://www.vb-tips.com/default.aspx?ID=c8303e25-496d-4288-bc1d-58e5850daf5e
|
| Post Reply
|
| Re: Microsoft.Jet.OLEDB.4.0 Provider is not registered on the local machine. |
 |
Tue, 25 Mar 2008 15:03:11 +000 |
Is it mandetary that sever should have installed MS access, if the web site
having a ms access database?
|
| Post Reply
|
| Re: Microsoft.Jet.OLEDB.4.0 Provider is not registered on the local machine. |
 |
Tue, 25 Mar 2008 15:27:56 +000 |
No. You don't need MS Access installed on the server. While it is generally
referred to as an "Access database", it is actually a Jet datafile,
and only needs the Jet provider available.
|
| Post Reply
|
| Re: Microsoft.Jet.OLEDB.4.0 Provider is not registered on the local machine. |
 |
Wed, 26 Mar 2008 04:30:01 +000 |
hi ,
from where i can download and install Jet provider in my system.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|