标题:把分类ID加进去一起判断该怎么写?谢谢各位帮忙解答一下
只看楼主
neler
Rank: 1
来 自:四川-成都
等 级:新手上路
帖 子:5
专家分:0
注 册:2008-4-23
 问题点数:0 回复次数:1 
把分类ID加进去一起判断该怎么写?谢谢各位帮忙解答一下
我想把分类ID加进去一起判断该怎么写?
我的代码是这样:
'=================================================
'过程名:contextual_set
'作  用:显示作品上下个
'参  数:无
'=================================================
sub contextual_set()
set RelationArt = conn.execute("select top 1 soft_id,soft_name from soft where soft_id<"&request.querystring("soft_id")&" and passed=0 order by soft_time desc")
IF RelationArt.eof and relationArt.bof then
Response.Write "<font color=red>·上个作品:</font>已经没有了<BR> "   
else
Response.Write "<font color=red>·上个作品:</font><a href=""showset.asp?soft_id=" & RelationArt(0) & """>" & relationArt(1) & "</a><BR>"   
end if   
Set RelationArt=Nothing
set RelationArt = conn.execute("select top 1 soft_id,soft_name from soft where soft_id>"&request.querystring("soft_id")&" and passed=0 order by soft_id")
IF RelationArt.eof and relationArt.bof Then
Response.Write "<font color=red>·下个作品:</font>已经没有了"   
else
Response.Write "<font color=red>·下个作品:</font><a href=""showset.asp?soft_id=" & RelationArt(0) & """>" & relationArt(1) & "</a></td>"  
end if  
RelationArt.close
Set RelationArt=Nothing
end sub

谢谢各位帮忙解答一下,谢谢了
搜索更多相关主题的帖子: 分类 判断 解答 
2008-04-23 10:52
neler
Rank: 1
来 自:四川-成都
等 级:新手上路
帖 子:5
专家分:0
注 册:2008-4-23
得分:0 
我的分类ID是:soft_classid
2008-04-23 12:25



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-210598-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.440986 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved