展开全部
'楼主的问题可以理解为以下情况.
14笔资料显示为:
1 2 3 4 5
6 7 8 9 10
11 12 13 14
如果是以上述方式显示的话,请楼主把如下代码全部贴在需要显示的位置,记得连接资料库页面哟.
<table border=0 cellpadding=0 cellspacing=0 width=350>
<%
set rs=server.createobject("ADODB.Recordset")
sql="select * from 表"
rs.open sql,conn,3,3
for i= 1 to rs.recordcount%>
<tr>
<%for j=1 to 5
if not rs.eof then
%>
<td><strong>【</strong><%=rs("字段名")%><strong>】</strong></td>
<%rs.movenext
end if
next
%></tr>
<%next%>
</table>
14笔资料显示为:
1 2 3 4 5
6 7 8 9 10
11 12 13 14
如果是以上述方式显示的话,请楼主把如下代码全部贴在需要显示的位置,记得连接资料库页面哟.
<table border=0 cellpadding=0 cellspacing=0 width=350>
<%
set rs=server.createobject("ADODB.Recordset")
sql="select * from 表"
rs.open sql,conn,3,3
for i= 1 to rs.recordcount%>
<tr>
<%for j=1 to 5
if not rs.eof then
%>
<td><strong>【</strong><%=rs("字段名")%><strong>】</strong></td>
<%rs.movenext
end if
next
%></tr>
<%next%>
</table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询