You can try CachedRowSet or someother set.  Look at the JDBC tutorial
at the following link:

http://developer.java.sun.com/developer/Books/JDBCTutorial/chapter5.html



----- Original Message -----
From: Steve Raisor <[EMAIL PROTECTED]>
Date: Tuesday, November 14, 2000 11:52 am

> I have a couple of quick questions from someone new to servlets
> and JSP's.
> I want to show a selection screen, read from a database using ODBC and
> output the results 20 at a time to a JSP.  I have no problem using
> a form,
> calling a servlet that gets the result set, places it in a
> javabean and
> calls a JSP that displays the entire results to a JSP.
>
>        1.  Is this the format most people use to show large
> amounts of
> data?
>        2.  How do I show the results 20 at a time?  If I put prev
> and next
> buttons on the final JSP page with a call to the servlet, I lose my
> selection criteria that are being passed as parameters to the servlet.
>
> Thanks for your help in advance!
> Steve Raisor
>
>
========================================================================
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> 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
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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

Reply via email to