Actually I believe this depends on the DataBase.  From what I understand,
some DB's like MS Access and the MS DeskTop drivers use a special engine to
convert the Relational SQL calls to navigational Database calls known as
Jet.  This driver has problems if all the requests for a single connection
don't come from the same thread, so they can't be used with connection pools
and their connections can't be stored in the session.  There may be other
db's that have similar restrictions on ResultSet's, but you'll just have to
try it and find out.
    (*Chris*)

----- Original Message -----
From: Jigar S. Shah [I] <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 13, 1999 3:03 PM
Subject: Regarding Session


> Hi
> I have a query regarding sessions
>
> Can I store a resultset object retrieved from a database as a session
> object and then retrieve it back
>
> Thanks
> JIgar
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to