|
Java™ by example!
|
|
|
How do I move the resultset cursor backward and forward?
With JDBC 2.0, you can use scrollable resultsets. The following example operates on this table and will read the resultset backwards.
Main.java:
outputs:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|