ASP IF条件do循环

sql="selectxingqi,time,jiemubiao.namefromjiemubiaowherexingqilikeWeekday(CDate(now()-... sql="select xingqi,time,jiemubiao.name from jiemubiao where xingqi like Weekday(CDate(now()-1))"
rs.Open sql,conn,1,1

do while not rs.eof
ja=rs("name")

if DateDiff("h",time,left(rs("time"),5))<=0 and DateDiff("n",time,mid(rs("time"),7,11))>=0 then
Response.Write "状态:"&jm&"直播中.."
else
Response.Write "无人直播"
end if
rs.movenext
loop
rs.close

当无人直播的时候怎么显示出很多个,怎么弄成只显示一个无人直播
看来大家都不清楚我的数据是什么样的,我现在发上来希望大家帮忙
http://mcing.cn/1.mdb
展开
 我来答
孟子E章
2008-01-04 · 超过96用户采纳过TA的回答
知道小有建树答主
回答量:204
采纳率:0%
帮助的人:155万
展开全部
sql="select xingqi,time,jiemubiao.name from jiemubiao where xingqi like Weekday(CDate(now()-1))"
rs.Open sql,conn,1,1
if rs.eof then
Response.Write "无人直播"
else

do while not rs.eof
ja=rs("name")
if DateDiff("h",time,left(rs("time"),5))<=0 and DateDiff("n",time,mid(rs("time"),7,11))>=0 then
Response.Write "状态:"&jm&"直播中.."
end if
rs.movenext
loop
rs.close
end if
斐白竹SL
2008-01-04 · TA获得超过1484个赞
知道大有可为答主
回答量:4247
采纳率:0%
帮助的人:2429万
展开全部
sql="select xingqi,time,jiemubiao.name from jiemubiao where xingqi like Weekday(CDate(now()-1))"
rs.Open sql,conn,1,1

i=0
do while not rs.eof
ja=rs("name")

if DateDiff("h",time,left(rs("time"),5))<=0 and DateDiff("n",time,mid(rs("time"),7,11))>=0 then
Response.Write "状态:"&jm&"直播中.."
else
if i=0 then
Response.Write "无人直播"
i=1
end if
end if
rs.movenext
loop
rs.close

这样行了吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
fantasy_wl
2008-01-04 · TA获得超过904个赞
知道小有建树答主
回答量:1287
采纳率:100%
帮助的人:1348万
展开全部
if DateDiff("h",time,left(rs("time"),5))>0 and DateDiff("n",time,mid(rs("time"),7,11))<0 then
Response.Write "无人直播"
else
do while not rs.eof
ja=rs("name")
Response.Write "状态:"&jm&"直播中.."
rs.movenext
loop
end if
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式