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)?
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)?