Scrolling through result sets bi-directionally can be done with a
JDBC 2.0 database driver, but cannot be done with a JDBC 1.x driver.
Anjali
Originally posted by bhupathiraju gayatridevi:
In a ResultSet can we search records from top to bottom and bottom to top at the same time and how. If so, is it faster than searching from one side.