I
ibeetb
When using ADO.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!
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!