Re: Pooling Prepared Statements - Mailing list pgsql-jdbc

From Curt Sampson
Subject Re: Pooling Prepared Statements
Date
Msg-id Pine.NEB.4.44.0208301520510.12582-100000@angelic.cynic.net
Whole thread Raw
In response to Re: Pooling Prepared Statements  ("Michael Paesold" <mpaesold@gmx.at>)
List pgsql-jdbc
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
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org
    Don't you know, in this new Dark Age, we're all light.  --XTC


pgsql-jdbc by date:

Previous
From: João Paulo Caldas Ribeiro
Date:
Subject: Re: Pooling Prepared Statements
Next
From: "G.Nagarajan"
Date:
Subject: Re: Pooling Prepared Statements