ERROR: COULD NOT FIND INSTALLABLE ISAM

  • Thread starter Thread starter ibeetb
  • Start date Start date
I

ibeetb

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!
 
Back
Top