
May 6th, 2008, 07:41 PM
|
|
Contributing User
|
|
Join Date: Aug 2006
Location: Wellington, New Zealand
Posts: 286
  
Time spent in forums: 1 Day 21 h 16 m 20 sec
Reputation Power: 4
|
|
|
Microsoft access oledb
Hi, I am working with an Access DB and am trying to connect to the database, my connection string is:
connectionString="provider=Microsoft.Jet.OLEDB.4.0;data source=c:\inetpub\wwwroot\welltrust\data\welltrust.mdb"
I have also tried:
connectionString="provider=system.data.oledb;data source=c:\inetpub\wwwroot\welltrust\data\welltrust.mdb"
both of these providers errors with:
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
I am running this on Vista, when I run the page from Visual Web Dev the page loads but when I run from browser it errors with the above, is there something I need to set on IIS (running version 7) does anyone know how I can work with this provider without the errror coming up?
Last edited by defendernz : May 6th, 2008 at 11:33 PM.
|