|
Results of all Userids/Passwords |
View All Tables |
<% for i=0 to howmanyfields%>
<%=rstemp(i).name%> |
<% next %>
<% ' Get all the records - new row
do while not rstemp.eof '
x=x+1 %>
<%=x%> |
<% for i = 0 to howmanyfields %>
<%=rstemp(i)%> |
<% next %>
<%rstemp.movenext ' move to next record - 1 row here for each row brought back in SQL query
loop%>
|