读取Excel列时数据类型不匹配

时间:2018-05-19 10:30:56

标签: excel vbscript asp-classic

我正在尝试读取excel的所有列都具有常规格式的Excel文件。我收到有关数据类型不匹配的错误。我应该如何重写sql标准或哪种数据类型适合使用SQL查询?

SELECT [duration] FROM [result$] where 
(
[destination]='" & x &"' or 
([destination]='802' and [Dst# Channel] like '%Local/"& x &"%')
)  
and [source]<'100' and [source]>'200'
  

标准表达式中的数据类型不匹配

我不得不说我在连接字符串中设置了IMEX = 1;

ExcelConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source='" & 
ExcelFile & "';Extended Properties='Excel 8.0;HDR=YES;IMEX=1';"

0 个答案:

没有答案