Access Connection String

Discussion in 'Databases' started by IPAlarms, Jun 3, 2013.

  1. IPAlarms

    IPAlarms Developer of VoIP2Go Voice over IP Platform

    I want to connect my web app running on a DASP UK server to my MS Access database running on a DASP US server. From searching, I think I want something like the following connection string:

    Provider=MS Remote;Remote Provider=Microsoft.Jet.OLEDB.4.0;
    Remote Server=http://server.adress.com;Data Source=d:\myPath\myDatabase.mdf;

    ...but I also found that "You must setup RDS on the server". Can anyone advise if it is possible to setup RDS on a DASP web server, and if so, can you point me in the right direction?
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    I'm afraid this is not possible.
     

Share This Page