| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 504 人关注过本帖
标题:把分类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
快速回复:把分类ID加进去一起判断该怎么写?谢谢各位帮忙解答一下
数据加载中...
 
   



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

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