如何判断记录集为空?
如何判断记录集为空?
我是这样写的,可是不行 ,老是提示类型不匹配! 请问应该怎样写?
if rs <> "" then
@@@@@@
end if
和
if rs <> null then
@@@@@@
end if
这两者都不行!该怎么写?
如何判断记录集为空?
我是这样写的,可是不行 ,老是提示类型不匹配! 请问应该怎样写?
if rs <> "" then
@@@@@@
end if
和
if rs <> null then
@@@@@@
end if
这两者都不行!该怎么写?