设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 46|回复: 5
打印 上一主题 下一主题

急啊~前辈帮个忙

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-16 23:54:30 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<!--#include file="conn.asp"-->
<%
set rs2=server.createobject("adodb.recordset")
set rs=server.createobject("adodb.recordset")
type_id=request.querystring("type_id")
if type_id="" then
sql="select top 1 type_id from classes"
rs.open sql,conn,1,1
if not(rs.eof and rs.bof) then
type_id=rs("type_id")
else
response.write("请添加产品大类")
response.end
end if
rs.close
else
type_id=replace(type_id,"_","&")
end if
%>
.........
<%sql="select * from products where type_id='"&rs("type_id")&"' order by product_date desc"
rs2.open sql,conn,1,1
rdcount2=rs2.recordcount
for k=1 to rdcount2
%>
<%
if rs2("class_id")<>"" then
%>
<TR>
<TD width="22">
<p align="center">
<IMG
src="images/arrow_blk.gif"
border=0 align="right"></TD>
<TD><A class=navsublinks href="prod.asp?type_id=<%=replace(rs2("type_id"),"&","_")%>"><%=rs2("class_id")%></A></TD></TR>
<%
else
%>
<%
end if
%>
<%rs2.movenext
next
rs2.close
%>
..........................
用到的数据库字段有
product_id 产品编号 自动
type_id 大类名称 文本
class_id 小类名称 文本
请前辈指点
1。如何修改红色的sql查询语句,才能让下面的 rs2("class_id") 不重复
2。如何修改蓝色的链接参数,使得,链接到的页面只显示该class_id(小类)的产品
小弟是初学者,如果前辈能帮忙改一下,小弟感激不尽
谢谢
2#
发表于 2010-1-16 23:54:34 | 只看该作者
没人理?
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-16 23:54:39 | 只看该作者
主要不知道你在说什么。。。
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-16 23:54:43 | 只看该作者
select DISTINCT(class_id) * from products where type_id='"&rs("type_id")&"' order by product_date desc
楼主可以加红字的地方试试看。
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-16 23:54:48 | 只看该作者
不行,sql语句报错
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 22:50 , Processed in 0.098080 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表