Hi,

   The problem is , inside one of my beans I have to call a oracle stored procedure.
The procedure should output more than one selected records( in java terms a
resultset).

how can I bind it to a java.sql.Types variable and continue like the java resultset(eg


         while(rs.next())
           {
             out.println(.....)

              }

please write me soon.

thanks in advance

lalith

______________________________________________________
Get Your FREE FlashMail Address now at http://www.flashmail.com
It's Free, Easy, & Fun !!!

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