请个位高手帮帮忙啊,很急啊。
<% sql="select * from book1 order by id desc"
rs.open sql,conn,1,1 %>
<% do while not rs.eof %>
<td width="4%">
<p align="center"><img border="0" src="image/shizijia.gif"></td>
<td width="96%"> <%=rs("biaoti")%></td>
<% a=a+1
rs.movenext
if a=6 then exit do
loop
rs.close
%>
为什么这段的提示会和其他数据冲突呢,我就设置了数据连接,然后就是这段了啊,请帮帮忙啊。