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

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Connections/Statements/ResultSets (Was: Re: Pooling Prepared Statements)
Дата
Msg-id 002001c25002$980ab370$0100a8c0@beeblebrox
обсуждение исходный текст
Ответ на Re: Pooling Prepared Statements  (Curt Sampson <cjs@cynic.net>)
Ответы Re: Connections/Statements/ResultSets (Was: Re: Pooling
Re: Connections/Statements/ResultSets (Was: Re: Pooling
Список 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


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "G.Nagarajan"
Дата:
Сообщение: Re: Pooling Prepared Statements
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Connections/Statements/ResultSets (Was: Re: Pooling