File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes scrollable resultset with Oracle Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "scrollable resultset with Oracle" Watch "scrollable resultset with Oracle" New topic
Author

scrollable resultset with Oracle

K Rajesh
Greenhorn

Joined: Jun 09, 2003
Posts: 5
Hi,
I have a situation where I want to display query result in a group of 30 results at a time.
right now I have a button which call same servlet. in the servlet I am checking whether it is firstime call or next Page call. for second call I am running same query skipping first 30 records. so no of click "next button" = no of times I am running the query.
Instead of that I'd like to use scrollable resultset

Please advice.
thanks
KR
Avi Abrami
Ranch Hand

Joined: Oct 11, 2000
Posts: 1114

Hi KR,
Are you saying that you don't know how to create a scrollable result set using JDBC?
Have you seen the example code available from Oracle's Technet Web site? There are also examples available in the Oracle documentation, which is available from their Tahiti Web site.
Hope this helps.
Good Luck,
Avi.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: scrollable resultset with Oracle
 
Similar Threads
paging resultset in servlets
order by with updatable SCROLL_SENSITIVE gives problem
How to retrieve 1 million records in DB2 and write to a file?
If stop button clicked after submit , what happned at Servlet side.
need help for 10 rows per page just like forum