-- 作者:80帅兜
-- 发布时间:2014/10/10 18:39:00
-- select查询结果为空,返回什么?
dim str as list(of datarow)
str = datatables("表1").select("[性别] = \'男\')
dim max as integer = str.count
如上代码,如果搜索结果为空,str.count应该返回的是什么? 不是0吗
我直接加了一个MESSAGEBOX想看看,但还是提示对象未被引用。。看不到到底是什么东西。
提求教
|