asp数据库只显示第一条记录,为什么啊

代码:<%@LANGUAGE="VBSCRIPT"CODEPAGE="65001"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Tra... 代码:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>成绩查询</title>
</head>
<%
cc=request("exam_no")

if cc<> "" then
'response.Write(cc)
%>
<%
Dim conn, rs,Driver, SourceType, DBPath
On Error Resume Next
Set GetOtherRs = Nothing
Driver = "Driver={Microsoft Visual FoxPro Driver};"
SourceType = "SourceType=DBF;"
DBPath = "SourceDB=" & Server.MapPath( ".")

Set conn = GetConnection( Driver & SourceType & DBPath )
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open Driver & SourceType & DBPath
Set conn = conn
Set rs = Server.CreateObject("ADODB.Recordset")
m=val(cc)
exec="select * from qq "
'rs.Open "Select * From qq", conn, 2, 2
If rs Is Nothing Then
Response.Write "GetDbfRecordset 调用失败!"
Response.End
End If
%>
<%
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
conn.execute exec
%>
<table width="100%" border="1" cellspacing="0" cellpadding="10">
<TR>
<TH > aa </TH>
<TH > bb </TH>
<TH > cc </TH>
</TR> <P>
<%do while not rs.eof
response.Write(cc)
if rs("aa")=cc then%>
<tr>
<td><%=rs("aa") %></td>
<td><%=rs("bb") %></td>
<td><%=rs("cc") %></td>
</tr>
<%
exit do
end if
rs.movenext
loop
else
response.write("请输入您的准考证号!")
end if
%>
</table>

<body>
</body>
</html>
exit do 去掉的话,输出全部的记录
展开
 我来答
百度网友df9b5ca
2010-01-18 · TA获得超过241个赞
知道答主
回答量:100
采纳率:100%
帮助的人:73.5万
展开全部
<%
exit do ''--------------这行去掉.
end if
rs.movenext
loop
else
response.write("请输入您的准考证号!")
end if
%>
如果要显示指定的数量,就改成:
exec="select top XXX * from qq "
XXX是要显示出来的记录数.
TableDI
2024-07-18 广告
仅需3步!不写公式自动完成Excel vlookup表格匹配!Excel在线免,vlookup工具,点击26步自动完成表格匹配,无需手写公式,免费使用!... 点击进入详情页
本回答由TableDI提供
emperra
2010-01-17 · TA获得超过1301个赞
知道小有建树答主
回答量:1125
采纳率:0%
帮助的人:973万
展开全部
你都exit do了,怎么循环. 把它去掉
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友d059fccfa
2010-01-17 · TA获得超过6584个赞
知道大有可为答主
回答量:1464
采纳率:0%
帮助的人:1805万
展开全部
可以设置一下参数
select topXXX from qq 试试
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式