ASP搜索功能无结果怎么显示?

asp+access的动态网页搜索功能,如果搜索的是数据库没有的,怎么显示搜索无结果?

 if rs.eof or rs.bof then
  response.write "没有找到结果"
else
'...遍历游标rs代码
end if