I have written an application using vb.net and I need the windows forms to connect to an online Microsoft access database.
I have tried many connectionstrings none of which work for examples
SchoolConnectionString = "Provider=Microsoft.Jet.OLEDB.12.0; Data Source=" & "http://www.requiredsoftware.com/DriveSchool/SUDBURYDATA.mdb"
When I use this string with the datasource on my local drive it works perfectly.
This is exactly where I have loaded the online database to
Does anyone have a clue of why it doesn't connect to the online location.
Thanks in anticipation