Hi,
Please help.
I have resultset returned from the db.
This could be thousands and each resultset has 4 fields.
What is the best way to put this in a collection or vector or … in a way that I can retrieve it in the JSP by one resultset and loop through the resultset for each field and go to the next resultset and loop through each field again till the rest of the resultset? Please provide sample code.
Thank you,
Nhan Nguyen