AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
hi all this is a part of asp file:
Hi There Probably the answer is rs.movefirst() While not rs.eof response.write rs.RecordSet.RecordCount rs.moveNext() wend Enjoy !
Try this : rs.movefirst() While not rs.eof response.write rs.RecordSet.AbsolutePosition rs.moveNext() wend Hope to solve your problem.