+ -
当前位置:首页 → 问答吧 → rs.bof and rs.eof反回值错误

rs.bof and rs.eof反回值错误

时间:2011-08-23

来源:互联网

各位请教: 

  我用:“select * from table1 where id=5”查找表! 

  现在可以确定表里一定有这条记录! 

    if rs.bof and rs.eof then 
  response.write "Error " 
  end if 
  结果总是出现“Error” 

改为 if not(rs.bof and rs.eof) then也是输出Error 

作者: xiongling_vista   发布时间: 2011-08-23

response.write rs.bof
response.write rs.eof

这两值打印出来看看倒低是什么

作者: aspwebchh   发布时间: 2011-08-23

热门下载

更多