以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 如何获得后端某表的行数? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=192695) |
-- 作者:zhangjian222200 -- 发布时间:2024/7/13 15:28:00 -- 如何获得后端某表的行数? 除下面这样,还有什么好办法吗? Dim dr As List(of DataRow) = DataTables("huiYu").SQLSelect("[sh] is not null") msgbox(dr.Count) [此贴子已经被作者于2024/7/13 15:39:14编辑过]
|
-- 作者:有点蓝 -- 发布时间:2024/7/13 16:09:00 -- http://www.foxtable.com/webhelp/topics/2897.htm,示例二 |