Connections/Statements/ResultSets (Was: Re: Pooling Prepared Statements)

From: "Michael Paesold" <mpaesold(at)gmx(dot)at>
To: "Curt Sampson" <cjs(at)cynic(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Connections/Statements/ResultSets (Was: Re: Pooling Prepared Statements)
Date: 2002-08-30 08:34:43
Message-ID: 002001c25002$980ab370$0100a8c0@beeblebrox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Curt Sampson wrote:

> On Thu, 29 Aug 2002, Michael Paesold wrote:
>
> > So it's not 1 connection -> 1 resultset at a time, but 1 statement -> 1
> > resultset at a time.
>
> Sorry, but there are many JDBC drivers out there that allow only
> one resultset on a connection at a time. You may get more than one
> per connection with some drivers, but that's not portable.
>
> cjs

Does anyone of you know exactly, what the JDBC specification says about
more than one result set per connection at a time?

If not, can you give me a URL where I can have a look at the specs myself?

Michael

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Curt Sampson 2002-08-30 09:12:30 Re: Connections/Statements/ResultSets (Was: Re: Pooling
Previous Message G.Nagarajan 2002-08-30 07:35:05 Re: Pooling Prepared Statements