标题:为啥这样的程序从数据库中每间隔一个纪录读取一个记录
取消只看楼主
zyw2004
Rank: 1
等 级:新手上路
帖 子:43
专家分:0
注 册:2005-12-23
 问题点数:0 回复次数:0 
为啥这样的程序从数据库中每间隔一个纪录读取一个记录

为啥这样的程序从数据库中每间隔一个纪录读取一个记录:
<!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=gb2312" />
<title>无标题文档</title>
</head>

<body>
<% set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("teacher.mdb")
sqlstr="select * from c11"
set rs=server.CreateObject("adodb.recordset")
rs.open sqlstr,conn,1,3
rs.movefirst
do while not rs.eof %>
你要评价的教师为你们的:
<a href="a.asp?name=<%=rs("name")%>><%=rs("name")%></a><p>
<% rs.movenext
loop
rs.close
set rs=nothing
conn.close %>
</body>
</html>

搜索更多相关主题的帖子: 数据库 间隔 纪录 记录 
2006-01-05 13:29



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




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

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