Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set
Дата
Msg-id alpine.BSO.2.00.1004151803480.12196@leary.csoft.net
обсуждение исходный текст
Ответ на Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set  (Dave Crooke <dcrooke@gmail.com>)
Список pgsql-jdbc

On Thu, 15 Apr 2010, Dave Crooke wrote:

> But it's a SELECT, albeit I am doing the write transactions from another
> statement on the same connection ... if I use two connections, will that fix
> it?

There is no problem using the same connection for other actions, as long
as you don't end the transaction.  Using another connection will allow you
to control the two transactions separately.

Kris Jurka

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

Предыдущее
От: Dave Crooke
Дата:
Сообщение: Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set
Следующее
От: Eranda Sooriyabandara
Дата:
Сообщение: Are there any SQL or JDBC compliance suites use to test