Unspecified Error in asp.net
Hi Everybody,
When i open MsAccess database using OLEDB connection, its trigger "Unspecified Error". I think there is no problem in my code. My code is
OleDbConnection con=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source="+Server.Mappath("db1.mdb")+";");
con.Open();
give me a solution for this problem.
Thanks in Advance.
Murugan.
|