Developers community number 1 connection string reference

connection to remote server

Posted 2010-08-02 12:12
by Per M
in the Access Forum
I have 2 websites. On the first i have a table with news articles in an access database.

Now, my question:
On the second site i'd like to open the access-db on the first site and display these news. Both are on public servers, so i dont have the path for tha actual file. I use 'server.mappath("database.mdb")' in my connectionstring locally.

but how to connect to 'http://www.mysite.com/database.mdb'?

Cheers,
Per
Reply 2010-08-03 12:35
by Max Wikström
in the Access Forum
Hi
There is something called RDS (or MS Remote).
However these components are considered deprecated...
http://msdn.microsoft.com/en-us/library/ms811968

Microsoft advises using the SOAP Toolkit but Im not sure if that's the way to go here.

If the websites are located on the same servers I would see if it would be possible to set up a shared "Data" folder by the hosting company so that you could access it by file path. Access over HTTP is not prefered if you can find a solution going through a file share.

Hope this helps...
Copyright © 2012 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.