-->

2012年1月11日 星期三

ASP 判別回傳的rs是否沒有資料

ASP 判別回傳的rs是否沒有資料, 沒有就印出 "找不到任何資料"
 if  rs.eof and rs.bof then
 response.write "找不到任何資料 <br>"
 response.end
end if

沒有留言:

張貼留言