I wanted to know the actual difference between do while loop and rs.getrows.
Because when i use do while loop it skips the last record from the recordset while rs.getrows provides me with appropriate data.
Thanks and Regards,
Nikita.
OK. As far as I know recordset is meant for reading data from database while loops are for looping throw some list, array or collections
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.