Data Access Pages - Three tier connection???

M

Mummonth

I've got a problem/ :(((
I working with Access XP ADP and connecting to SQL Server
2000 with Data Access Pages (DAP).
I want to put them on the Internet web-server,
using "three tier connection" (RDS) method.
ConnectionString loks like this:
<a:ConnectionString>Provider=MS Remote.1;Data
Source=server;Remote
Server=http://yob.com</a:ConnectionString>

And also property UseRemoteProvider was activated.
Everything worked, until I have deleted the
ConnectionString property from DAP code, and have written
the ConnectionFile property with link to existing .odc
file with this ConnectionString.
.odc file is ok. It works fine when I use "two tier"
method (Provider=SQLOLEDB .....).
Can I do something with that to make ConnectionFile work
with RDS (UseRemoteProvider)?
 

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