Two Laptop Bag
The moose likes JDBC and the fly likes scrollable ResultSet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "scrollable ResultSet " Watch "scrollable ResultSet " New topic
Author

scrollable ResultSet

anirudh kumar
Greenhorn

Joined: Dec 08, 2001
Posts: 1
I want to scroll the Record with rs.prevoius()so what can i do for this below in this code a sql "UnsupportedOpertationException" genreted in runtime

[ Edited by Dave to format code and remove the ]
[This message has been edited by David O'Meara (edited December 10, 2001).]
Shiva Kumar
Ranch Hand

Joined: Feb 09, 2001
Posts: 30
Hi,
May be the problem is in your JDBC Driver or in the DataBase. what DataBase you are using? Oracle, Access, MySQL are supporting this type of scrollable ResultSet with the Support of JDB driver, Please check your JDBC driver version or download the JDBC Driver(2.0 or 3.0) from the NET and update it.
I worked with Access, MySQL and Oracle with JDBC driver 3.0, the scrollable ResultSet worked fine.
Shiva.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: scrollable ResultSet
 
Similar Threads
JDBC - Retriving data from Database
Selecting next record from a table
Oracle Connectivity Error
Hi,I have a problem in database connection
jdbc in Unix