以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  sqlGetValues 没有得到应有的结果  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=192350)

--  作者:tld
--  发布时间:2024/6/17 1:53:00
--  sqlGetValues 没有得到应有的结果

老师好,数组 arr()有数据,执行下面代码后

dim arr() as string = -----------------

Dim lis As List(Of String) = DataTables ("标准表").sqlGetValues ("_identify", " [标准号] In (\'" & String.Join("\',\'", arr) & "\') ")

lis.count  的值是零, 是怎么回事?  谢谢老师!

--  作者:有点蓝
--  发布时间:2024/6/17 9:21:00
--  
Dim lis As List(Of String) = DataTables ("标准表").sqlGetValues ("[_identify]", " [标准号] In (\'" & String.Join("\',\'", arr) & "\') ")