Resultset
807580Nov 30 2009 — edited Dec 1 2009How to place the cursor of the rs to the initial position after completing the full iteration of the rs using while.next(). I tried using first() method but gettiing sqlexception : ResultSet may only be accessed in a forward direction.