Re: NullPointer error returned from ResultSet.java

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Jeffrey Duffy <jeff(at)alanne(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>, Barry Lind <barry(at)xythos(dot)com>
Subject: Re: NullPointer error returned from ResultSet.java
Date: 2002-10-11 11:14:08
Message-ID: 1034334849.3461.53.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alanne(dot)com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message snpe 2002-10-11 12:27:40 Re: Out of memory error on huge resultset
Previous Message Bernd Brenner 2002-10-11 10:50:33 pq_recvbuf: recv() failed: Connection reset by peer