asp判断数据是否为空
答案:3 悬赏:70 手机版
解决时间 2021-01-20 00:08
- 提问者网友:欲望失宠
- 2021-01-19 07:18
asp判断数据是否为空
最佳答案
- 五星知识达人网友:怀裏藏嬌
- 2021-01-19 08:08
asp判断数据是否为空的方法:
dim id
id=request.form("id")
set na=server.CreateObject("adodb.recordset")
na.open "select *from viewNavigation where id="&id, conn,1,3
if na.bof and na.eof then
response.write("不为空!")
else
response.write("数据库中数据为空!")
end if
dim id
id=request.form("id")
set na=server.CreateObject("adodb.recordset")
na.open "select *from viewNavigation where id="&id, conn,1,3
if na.bof and na.eof then
response.write("不为空!")
else
response.write("数据库中数据为空!")
end if
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯