开发者

Unexpected error from external database driver

开发者 https://www.devze.com 2023-03-05 15:11 出处:网络
While uploading Excel files to DB server some files cannot be uploaded开发者_JAVA百科. This error was caused while getting the column names of that excel file using the function:

While uploading Excel files to DB server some files cannot be uploaded开发者_JAVA百科. This error was caused while getting the column names of that excel file using the function:

dtExcel = objConn.GetOleDbSchemaTable(OleDbSchemaGuid.Columns, Nothing)


Seems like problem with Excel OLEDB driver and/or connection string

Try these posts

  1. Diagnosing an OLEDB exception when Quering Excel 2010
  2. http://connectionstrings.com/excel-2007
0

精彩评论

暂无评论...
验证码 换一张
取 消