Hello everybody,
I need to connect my C# application with access database which is reside on remote sesrver, i.e. http://e.domaindlx.com/usamaalam/TestDB.mdb. I wrote the following code to connect the db but getting exception.
Code:Conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + "http://e.domaindlx.com/usamaalam/TestDB.mdb" + ";Persist Security Info=False"; Conn.Open();




Reply With Quote