Yes and make sure that u get the result in the result set in a seperate
function and u send the resut from a different function to te jsp page.
Other wise ur page will go in an infinite loop. Hence no reults or only one
record will be displayed on the screen




Angus Mezick <[EMAIL PROTECTED]> on 06/15/2000 10:23:53 PM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Kher Tamanna-SWD-ITIL-UB/Itilmail)

Subject:  Re: 10 records displaying single jsp page




um, use a while loop to work your way through your jdbc resultset
displaying  the contents of each.
--Angus


subramanian Athimoolam wrote:
>
> hi
>
>       i want to displaying  10 records  in my single jsp page. how can i
do
> it.i am using ms access  database.
>
> thanks
> subu.
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>

===========================================================================
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