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
-
Please don't cross post.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
I didn't. This particular issue falls under two topics, it may well be an ADO.NET issue, or a C Sharp issue, so hence my post in both forums. Paul
-
I didn't. This particular issue falls under two topics, it may well be an ADO.NET issue, or a C Sharp issue, so hence my post in both forums. Paul
oceanexplorer wrote:
I didn't. This particular issue falls under two topics, it may well be an ADO.NET issue, or a C Sharp issue, so hence my post in both forums.
Yes you did. You posted the same question in 2 forums. This is called cross-posting and is frowned upon because it makes it difficult for people to collaborate on a solution. In future, try and be more considerate. Choose the most appropriate forum for your question and post there only.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush