Connection string to Access DB on the Web

I have local .NET program with Access DB running on Windows 10 local computer. I want the DB to be on web site www.xyz.com/files/db.accdb and the local Win program will be able to read/write from/to it.
What is the provider that will do that and what is the connection string ?

0 answers