Re: NullPointer error returned from ResultSet.java - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: NullPointer error returned from ResultSet.java
Date
Msg-id 1034334849.3461.53.camel@inspiron.cramers
Whole thread Raw
In response to Re: NullPointer error returned from ResultSet.java  (Jeffrey Duffy <jeff@alanne.com>)
Responses Re: NullPointer error returned from ResultSet.java
List pgsql-jdbc
Jeff,

Can you show me how the statements are being created? I was partially
correct, you can't have multiple result sets open on the same statement.

Dave
On Fri, 2002-10-11 at 06:43, Jeffrey Duffy wrote:
>
> On Friday, October 11, 2002, at 05:05 AM, Dave Cramer wrote:
>
> > Barry, Jef,
> >
> > I stand corrected!
> >
> > Dave
> > On Thu, 2002-10-10 at 20:45, Barry Lind wrote:
> >> Dave,
> >>
> >> The driver does support having multiple result sets open at the same
> >> time, and I do it frequently in my code.
>
>   Then I guess I still have the question of where this error is coming
> from.  I grepped for 'postgresql.con.closed' in the source thinking it
> may be a PSQLException error message, but didn't see it in there.  I'll
> poke about in jdbc2/Statement.java and so forth to see if I can think
> of a reason that this particular situation would occur.  If you have
> any thoughts on where to look, I'd be grateful.
>
>   Jeff Duffy
> jeff@alanne.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>



pgsql-jdbc by date:

Previous
From: "Bernd Brenner"
Date:
Subject: pq_recvbuf: recv() failed: Connection reset by peer
Next
From: snpe
Date:
Subject: Re: Out of memory error on huge resultset