可以判断recordset对象的____属性的值来知晓是否有查询返回值
EOF (是否在记录结尾)
if rs.EOF then
'没有返回值
elseif not rs.EOF then
'有返回值
end if