Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My local ISP has great deals on personal web space and usually users use it to host their websites , but the ISP also states you can host a database on it. Now thus far i can connect to a accdb File locally on my HDD but how would the connection string look like if in wish to access the file on ftp-like web server? If would receive ip address and login credentials from my isp.

C#
string sConnectionString = "Provider=Microsoft.ACE.OlEDB.12.0;DataSource =...";

C#
oleDbConnection cnMyConnection = new oleDbConnection(sConnectionString);


Thank you for your time.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900