Sudarson_Pratihar wrote:
>
> we want to show only 25 result per page.
>

 There is some discussion of this in the archives. A
few of the issues you might want to consider: keeping
cursors open for a long time might be a bad thing,
much depends on the size of the result sets (10? 100?
1000? 10,000? rows), how many users at once, etc,
etc.

 If you've got just a couple of users and relatively
small result sets, then it probably doesn't matter
much how you do it. If you've got 1000's of users
with big result sets, you're going to have to do
some serious thinking.


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to