Hi,

This is code in jsp:

Here my records are stored in rs:

ResultSet rs=bean.methodname();

     rs.afterLast();
    while(rs.previous())
    {
     System.out.println("1.."+ rs.getString("ino"));

    }  The same code is working java. In jsp I tried using rs.next() then also its working.  but in the case of rs.afterLast() and rs.previous() its giveing error. Pleae help me.  I am using javawebserver2.0 and tomcot 3.3

Regards

Srinivas



 

>From: Joe Cheng <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Please help me(ScrollableResultSet)
>Date: Thu, 15 Nov 2001 12:05:05 -0500
>
>Can you post the line or section of code that is throwing the exception?
>
>===========================================================================
>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://archives.java.sun.com/jsp-interest.html
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.jsp
> http://www.jguru.com/faq/index.jsp
> http://www.jspinsider.com


Get your FREE download of MSN Explorer at http://explorer.msn.com
=========================================================================== 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://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com

Reply via email to