以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  求助  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=136475)

--  作者:巷弄太过弯曲
--  发布时间:2019/6/14 9:14:00
--  求助
老师 请问这句代码,怎么用SQL语句读取“WIFI查询资料”,下面代码中怎么用SQL语句替换DataTables("WIFI查询资料")
Select Case e.Path
    Case "e.htm"
        wb.AddForm("","form1","f.htm")
        Dim gjs As List(of String) = DataTables("WIFI查询资料").sqlGetValues("部门")

        With wb.AddInputGroup("form1","ipg1","数据筛选")
           With .AddSelect("部门","部门","|" & String.Join("|",gjs.ToArray))
.Attribute = """
End With
.AddSelect("无线名称","无线名称","")


        End With


--  作者:有点甜
--  发布时间:2019/6/14 9:19:00
--  

为什么要用sql语句?把表格添加进来就不行么?用表格更方便。

 

如果用sql语句,参考 http://www.foxtable.com/webhelp/scr/0696.htm