Hi,
It's probably not the good list for this question but I'm sure some of
you have some ideas on it :

I use Oracle DB <-> EJB <-> JSP to manage a web application.

I want to display a list of results of a query by 20 by page and click
on next for load the 20 next.

I don't want to query all the results of my Oracle DB and select the
good records after in my EJB.

I presume I have to use cursor to do that but is it ok with JDBC ?

thanks in adv. for all sugestions and code if possible.

David

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to