aspose file tools
The moose likes JDBC and the fly likes Failed scrollable result set Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Failed scrollable result set" Watch "Failed scrollable result set" New topic
Author

Failed scrollable result set

michael yue
Ranch Hand

Joined: Nov 20, 2003
Posts: 204
hi all,
I want to know whether db2 database support scrollable result set? I am using db2 6.1 and it resulted in error when I tried to implemented it even by putting
ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY
inside the createstatement.
Is there any other version db2 that support this or is there another way to implement scrollable result set in db2?
Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Failed scrollable result set
 
Similar Threads
Scrollable ResultSet
IBM Universal JDBC driver bug?
how to make a ResultSet scrollable
Does DB2 support Scrollable Resultsets with Callable Statements
Scrollable ResultSet not working