Re: Pooling Prepared Statements

From: Curt Sampson <cjs(at)cynic(dot)net>
To: Michael Paesold <mpaesold(at)gmx(dot)at>
Cc: João Paulo Caldas Ribeiro <jp(at)mobicomp(dot)com>, "G(dot)Nagarajan" <gnagarajan(at)dkf(dot)de>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Pooling Prepared Statements
Date: 2002-08-30 06:21:43
Message-ID: Pine.NEB.4.44.0208301520510.12582-100000@angelic.cynic.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message G.Nagarajan 2002-08-30 07:35:05 Re: Pooling Prepared Statements
Previous Message Rainer Klute 2002-08-30 05:31:46 Re: Pooling Prepared Statements