Why dont you use the scrollable result set in JDBC 2.0
Or if your database why now use the "ROWS" pseudo column
select * from EMPLOYEE_RECORD where ROWS > 10 and ROWS < 20
--
Peter Pilgrim
G.O.A.T
"the Greatest Of All Time"
---------------------------------------- Message History
----------------------------------------
From: sufi malak <[EMAIL PROTECTED]>@java.sun.com> on 14/02/2001 18:50
Last time I posted a similar question, but I don't know why some people are
rude, because this is not an easy thing like hello world, I am trying to
learn , anyway
I am looking to get in my jsp page the employee names range by range, I mean
get the first 10 rows, and then when pressing NEXT , will get the next 10,
now I have 10 employees and two links NEXT and PREVIOUS.
--<CUT>--
--
This e-mail may contain confidential and/or privileged information. If you are not the
intended recipient (or have received this e-mail in error) please notify the sender
immediately and destroy this e-mail. Any unauthorised copying, disclosure or
distribution of the material in this e-mail is strictly forbidden.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets