Hi, guy.
I have a problem about C# connectting to MSAccess 2007 by using ODBC.
My Application was worked well when the db that was in my desktop.
Now i wanna place the db to my webserver and it can be access anywhere by using my application.
e.g. String connectstring = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=http://www.a.com/test.accdb; Persist Security Info=False;";
But i seen not work. How should i do to access the MSAccess DB from my C# application?
Thanks you