Connection String problem

B

BobAchgill

My Data Access Page works on my stand-a-lone pc. But when I move my Data
Access Page to my server I change the connection string to be the path that
my server requires but I get an error message like this when trying to open
it across the internet...

Error Message: Microsoft Office Web Components could not open the database
'e:\hosting\member\bobachgill\c\AccessPageTest\new_godanddeaf1.mdb'.

What am I doing wrong? My service provider thinks that the client is trying
to open the mdb on the client side.

This is the connection string:
<a:ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data
Source=e:\hosting\member\bobachgill\c\AccessPageTest\new_godanddeaf1.mdb;Mode=Share
Deny None;Extended Properties="";Persist Security Info=False;Jet OLEDB:System
database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet
OLEDB:Engine Type=0;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global
Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New
Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt
Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact
Without Replica Repair=False;Jet OLEDB:SFP=False</a:ConnectionString>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top