Random Row From ResultSet
843835Mar 9 2002 — edited Mar 9 2002Hi, i need some help on this:
First, my JSP will query a database table and return a resultset that contains a lot of records. Is there a way to randomly choose ONE of the record from resultset ?
Number of records return by the resultset is dynamic (always change), so, is there a way to store all the records into array first?
Or do you have any other suggestions ?
Thank you !