有句asp代码出错,各位大侠帮帮。谢谢

id=cint(request.QueryString("id"))sql="select*fromxin_Show_Infowherepid=0orderbyordas... id = cint(request.QueryString("id"))
sql="select * from xin_Show_Info where pid=0 order by ord asc"
showmenu="<ul>"
Set rs=conn.execute(sql)
do while not rs.eof
if id<>"" and id<>0 then
sql222 = "select * from xin_Show_Info where id="&id
set rs222=conn.execute(sql222)
if id=rs("id") or rs("id")=rs222("pid") then
style = "style='display:block;'"
else
style = ""
end if
end if
…………………………………………其他部份省略。

运行后,提示:
'80020009'
\xin_showmenu.asp, line 11

这第11行,就是这句
if id=rs("id") or rs("id")=rs222("pid") then

谢谢各位高手指点一下。如何改?
展开
 我来答
cnlove8
2011-12-04 · 超过14用户采纳过TA的回答
知道答主
回答量:65
采纳率:0%
帮助的人:53.9万
展开全部
你这代码没错。错在链接上了。改成下面的即可
?id="&rs("Tid")&"&pid="&rs("id")&"'
老刀正能量
2011-11-25 · TA获得超过2011个赞
知道大有可为答主
回答量:1487
采纳率:0%
帮助的人:1538万
展开全部
<%
id = cint(request.QueryString("id"))
sql="select * from xin_Show_Info where pid=0 order by ord asc"
showmenu="<ul>"
Set rs=conn.execute(sql)
do while not rs.eof
if id<>"" and id<>0 then
pid=conn.execute("select pid from xin_Show_Info where id="&id)(0)
if id=rs("id") or ""&rs("id")=""&pid then
style = "style='display:block;'"
else
style = ""
end if
end if

%>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
缓步莫迟疑C
2011-11-25 · TA获得超过1.1万个赞
知道大有可为答主
回答量:6217
采纳率:73%
帮助的人:6496万
展开全部
set rs222=conn.execute(sql222)
if not(rs222.eof) Then '先判断一下rs222是否是空集
if id=rs("id") or rs("id")=rs222("pid") then
style = "style='display:block;'"
else
style = ""
end if
end if
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
松甜恬0Je4ba
2011-11-25 · TA获得超过2.6万个赞
知道大有可为答主
回答量:7475
采纳率:100%
帮助的人:3428万
展开全部
Set rs=conn.execute(sql)
set rs222=conn.execute(sql222)
我不明白的是 这里你一个大写set一个小写,到底那个是正确的,还是大小写都可以????
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
法外狂徒老李头
2011-11-25 · TA获得超过367个赞
知道小有建树答主
回答量:183
采纳率:100%
帮助的人:152万
展开全部
id = cint(request.QueryString("id"))
sql="select * from xin_Show_Info where pid=0 order by ord asc"
showmenu="<ul>"
Set rs=conn.execute(sql)
do while not rs.eof
if id<>"" and id<>0 then
sql222 = "select * from xin_Show_Info where id="&id
set rs=conn.execute(sql222)
if not rs.eof
if id=rs("id") or rs("id")=rs222("pid") then
style = "style='display:block;'"
else
style = ""
end if
end if
end if
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
imliuyuan1
2011-12-01 · TA获得超过136个赞
知道答主
回答量:130
采纳率:0%
帮助的人:81.4万
展开全部
id = cint(request.QueryString("id"))
sql="select * from xin_Show_Info where pid=0 order by ord asc"
showmenu="<ul>"
Set rs=conn.execute(sql)
if rs.eof or rs.bof then
response.write("没有这条数据")
response.end
else
do while not rs.eof
if id<>"" and id<>0 then
sql222 = "select * from xin_Show_Info where id="&id
set rs222=conn.execute(sql222)
if id=rs("id") or rs("id")=rs222("pid") then
style = "style='display:block;'"
else
style = ""
end if
end if
end if
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(4)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式