string cs = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + Server.MapPath("Database1.accdb");
OleDbConnection oledbConn = new OleDbConnection(cs);
in Local System its Complete fetch data.
but when i upload this webpage, its can't display any data.

Ravi ShekharPosted Jul 31, 2013, 3:29 AM
http://www.microsoft.com/en-in/download/details.aspx?id=13255
Vasu GadhiyaPosted Aug 7, 2013, 3:40 AM