When using ADO.NET with ASP.NET, here is my code to bring in a table from
EXCEL:
Dim sConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "Data Source=C:\Inetpub\wwwroot\ExcelData.xls;" _
& "Extended Properties=Excel 11.0;"
When it tries to OPEN my connection, I receive the following error:
COULD NOT FIND INSTALLABLE ISAM!
PLEASE HELP!
Phil Wilson - 20 May 2004 18:54 GMT
If you had posted the *exact* message, it would make it much easier to find
MS KB articles like this one:
http://support.microsoft.com/default.aspx?scid=kb;en-us;107672
And a Google for "Couldn't Find Installable ISAM" will get you more.

Signature
Phil Wilson [MVP Windows Installer]
----
> When using ADO.NET with ASP.NET, here is my code to bring in a table from
> EXCEL:
[quoted text clipped - 9 lines]
>
> PLEASE HELP!