Could not find installable ISAM.
-
I am using ASP.NET 2.0 and MS ACCESS 2007. Connection string is like this. OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;,DataSource=~/DeviceCtrl.mdb"); When I run this application, I get this problem "Could not find installable ISAM." What can be the reason and solution to this? Plz help me. Thank you
-
I am using ASP.NET 2.0 and MS ACCESS 2007. Connection string is like this. OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;,DataSource=~/DeviceCtrl.mdb"); When I run this application, I get this problem "Could not find installable ISAM." What can be the reason and solution to this? Plz help me. Thank you
Do you have the MDB in the Root Directory. Normally this error could be arrive if the path is not mentioned for the datasource. Set the MDB path fully and try
-
Do you have the MDB in the Root Directory. Normally this error could be arrive if the path is not mentioned for the datasource. Set the MDB path fully and try
Thanks for the reply. I tried but , but still it shows same error? What should I do? Plz help. Thank You
-
Thanks for the reply. I tried but , but still it shows same error? What should I do? Plz help. Thank You
Post the new connection string