>My requirement is to store a recordset as a part of session variable. Can I
>do this ?
>Is there any concept of session variables in JSP just like we have in ASP ?


The problem is JDBC 1.x does not suport disconnected recordsets.
If you use JDBC 1.x recordsets you should read the whole thing
into a Vector and store the Vector instead.

If you use JDBC 2.x use a CachedRowSet.

JDBC lags behind ADO 2.x in regarding disconnected recordset operation, I'm
afraid.

Regards

    Javier Borrajo
    www.tid.es

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to