'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine
- From: "TompIfe" <tpskonto@xxxxxxxxxxxxxxxx>
- Date: Fri, 1 May 2009 18:44:27 +0200
Hi,
I have published a web service to a web server with a web.config file
containing the connection string
<add name="accessConn"
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\PCX\\Data\\Test.mdb"/
where PCX is another server on which the data file Test.mbd resides.
When I try to consume the web service, I get the following error message:
Server was unable to process request. ---> The 'Microsoft.Jet.OLEDB.4.0'
provider is not registered on the local machine.
Is this because Access (Jet) is not installed on the web server but only on
the server where Test.mbd is located?
I believed that it was sufficient that Jet is installed on the server with
Test.mbh.
Do I have to install Access also on the web server?
Thank you for any assistance,
TompIfe
.
- Follow-Ups:
- RE: 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine
- From: "Steven Cheng"
- RE: 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine
- Next by Date: Web Service (or Timer) Randomly Ending
- Next by thread: RE: 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine
- Index(es):
Relevant Pages
|