System.Data.OleDb.OleDbException: 'Could not find installable ISAM.

  • Thread starter Thread starter VBShaper
  • Start date Start date
V

VBShaper

Guest
I keep getting an error of System.Data.OleDb.OleDbException: 'Could not find installable ISAM.'

If DBImportConn.State = ConnectionState.Open Then DBImportConn.Close()
DBImportConn = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & FilePath & " Extended Properties = Excel 16.0 Xml;HDR = YES ")
DBImportConn.Open()
DBImportCmd = DBImportConn.CreateCommand

Continue reading...
 
Back
Top