I have a access database in web. This file is being uploaded in the web earlier. When I checked the same in web by file manager I could see the file. But when I am trying to read this file using this statement
con.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;
Data Source=~\httpdocs\Admin\Acessdatabase\ATT2000.mdb;
Persist Security Info=False;
Jet OLEDB:Database Password=;
providerName=System.Data.OleDb";
it is giving me error as "Cannot find Instalble ISAM".