asp读取access内容时怎样让重复的内容只显示一个!数据库表名为Info 15

读取的代码如下:<%'选项开始sql="select*fromInfoorderbyidasc"setrs=server.createobject("adodb.reco... 读取的代码如下:
<%
'选项开始
sql="select * from Info order by id asc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
k=rs.recordcount
if rs.bof and rs.eof then
response.write "<tr><td>抱歉,目前还没有评价信息</td></tr>"
end if
Do while not rs.eof
For m = 1 to k
%>
<tr onMouseOver="this.bgColor='#F0F7FF'" onMouseOut="this.bgColor='#FAFAFA'">
<td colspan="4">
<table width="98%" cellpadding="0" cellspacing="5" align="center">
<tr>
<td width="25%" align="center"><%=rs("xm")%></td>
</tr>
</table>
</td>
</tr>
<%
rs.movenext
Next
Loop
'选项结束
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
<%
'选项开始
sql="select * from Info order by id asc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
k=rs.recordcount
if rs.bof and rs.eof then
response.write "<tr><td>抱歉,目前还没有评价信息</td></tr>"
end if
Do while not rs.eof
For m = 1 to k
%>
<tr onMouseOver="this.bgColor='#F0F7FF'" onMouseOut="this.bgColor='#FAFAFA'">
<td colspan="4">
<table width="98%" cellpadding="0" cellspacing="5" align="center">
<tr>
<td width="25%" align="center"><%=rs("xm")%></td>

<td width="55%"><%=m%>.<%=rs("Topic")%></td>
<td>
<%for n=1 to rs("TCount")%>
<input type="radio" name="Option<%=m%>" value="<%=rs("Option"&n)%>" title="请评价“第<%=m%>题”~!" /> <%=rs("Option"&n)%>
<%next%>
</td>
</tr>
</table>
</td>
</tr>
<%
rs.movenext
Next
Loop
'选项结束
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
展开
 我来答
捌零老陈
2012-04-29 · TA获得超过727个赞
知道大有可为答主
回答量:1414
采纳率:100%
帮助的人:761万
展开全部
sql="select distinct xm from Info order by id asc"
追问
不行啊!如果改成这样,下面的代码就运行不了!
追答
这个结构好象就有点问题

sql="select *,count(distinct xm) from Info ground by xm"
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
TableDI
2024-07-18 广告
VLOOKUP函数在Excel中主要用于垂直查找数据,但无法直接一次性匹配多行数据。若要实现这一功能,可以采取以下方法:1. 使用辅助列和数组公式,通过IF函数结合TE电商平台TJOIN函数将多个匹配值合并到一个单元格中。2. 利用VLOO... 点击进入详情页
本回答由TableDI提供
cg329521
2012-04-30 · TA获得超过255个赞
知道小有建树答主
回答量:933
采纳率:0%
帮助的人:403万
展开全部
select xm from [table] group by xm
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友1c544c0
2012-04-29 · 超过13用户采纳过TA的回答
知道答主
回答量:44
采纳率:0%
帮助的人:36.5万
展开全部
修改数据库吧,把“教学内容”“教学态度”“教学方法”放到一个表中用序号表示,其他表格牵扯到这些时,加入序号
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式