% SQL = "SELECT * FROM tusuario ORDER BY loginu" Set rs = db.execute(SQL) %>
Nº
NICKNAME
Nº
NICKNAME
<% cont = 1 for i = 1 to 10 if rs.eof then exit for %>
<%=cont%>
"><%=rs("loginu")%>
<% cont = cont + 1 rs.movenext next %>
<% if not rs.eof then %>
<% do while not rs.eof %>
<%=cont%>
"><%=rs("loginu")%>
<% cont = cont + 1 rs.movenext loop %>
<% end if %>
Ver todos os Fóruns