hola.
me pareció interesante tu pregunta e inmediatamente hice pruebas con esto pero no sirve...
te recomiendo que utilices mejor esto así:
Código:
if RS.bof=false and RS.eof=false then
response.write("encontró algo")
else
response.write("nada")
end if
es mucho más efectivo.