Help - Could not find installable ISAM
-
Hi, I'm currently working on a project to read in an excel file and display it using a DataGrid. However every time I try to open the connection I get the error - Could not find installable ISAM. I have Office 2007 installed and have also installed the Access Data Acces components. This is the current code that opens the connection
OleDbConnection cnCSV = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\test.xlsx;Extended Properties=Excel 12.0;HDR=NO"); cnCSV.Open();
Does anyone know a work around for the ISAM? Do I need to re-install MDAC? Paul -
Hi, I'm currently working on a project to read in an excel file and display it using a DataGrid. However every time I try to open the connection I get the error - Could not find installable ISAM. I have Office 2007 installed and have also installed the Access Data Acces components. This is the current code that opens the connection
OleDbConnection cnCSV = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\test.xlsx;Extended Properties=Excel 12.0;HDR=NO"); cnCSV.Open();
Does anyone know a work around for the ISAM? Do I need to re-install MDAC? Paul -
oceanexplorer wrote:
Could not find installable ISAM
Yes it it :laugh:
"The early bird may get the worm, but the second mouse gets the cheese" - anonymous, found in Uncle John's Bathroom Reader