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