| Author |
JDBC CachedRowSet scrolling?
|
Bryan Scarbrough
Ranch Hand
Joined: Aug 08, 2005
Posts: 49
|
|
Does anybody know how to use the CachedRowSet to scroll through datasets without using JSP scriptlets? All the examples I have found use scriptlets, but I want to do it with a JavaBean and not through scriptlets in my JSP pages. The scriptlet offerd in the articles is below: This is used where Contacts points to a JavaBean that currently stores the ResultSet. How can I implement something like this into the Bean instead of the JSP?
|
Bryan Scarbrough<br /> <br />Consistency is the last resort of the unimaginative!
|
 |
myriah wind
Greenhorn
Joined: Mar 04, 2005
Posts: 14
|
|
this may shed wome light on it http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0406bhogal/
|
 |
Bryan Scarbrough
Ranch Hand
Joined: Aug 08, 2005
Posts: 49
|
|
|
Interesting article, Thanks!
|
 |
 |
|
|
subject: JDBC CachedRowSet scrolling?
|
|
|