Re: Pooling Prepared Statements

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: Pooling Prepared Statements
Дата
Msg-id Pine.NEB.4.44.0208301520510.12582-100000@angelic.cynic.net
обсуждение исходный текст
Ответ на Re: Pooling Prepared Statements  ("Michael Paesold" <mpaesold@gmx.at>)
Список 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 по дате отправления:

Предыдущее
От: João Paulo Caldas Ribeiro
Дата:
Сообщение: Re: Pooling Prepared Statements
Следующее
От: "G.Nagarajan"
Дата:
Сообщение: Re: Pooling Prepared Statements