I would like to ask if I want to access the ResultSet ( as in performing
methods like resultset.next() ), is it true that I muz do so while the
connection is opened... in other words, can I still access the ResultSet
object if my connection is already closed??

thanks.

                           <% Visit my HomePage %>
<zac:forward> http://prosurfr.tripod.com </zac:forward>

----- Original Message -----
From: "Antonio Jimenez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 4:48 PM
Subject: Re: Resultsets


> hi,
>
> i think it depends of jdbc driver and database
> i try it with oracle and it works, but i try with sqlserver and don't
works
>
> regards,
> Antonio Jimenez
>
>
> David Mellado wrote:
> >
> > Hi!
> >
> > Is It possible to open two ResultSet objects with a same Connection, at
the
> > same time? When I try, to do it, it causes an exception.
> >
> > Regards
> >
> > David Mellado
> > [EMAIL PROTECTED]
>
>
===========================================================================
> 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://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

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