Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set
Date
Msg-id alpine.BSO.2.00.1004151803480.12196@leary.csoft.net
Whole thread Raw
In response to Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set  (Dave Crooke <dcrooke@gmail.com>)
List 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 by date:

Previous
From: Dave Crooke
Date:
Subject: Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set
Next
From: Eranda Sooriyabandara
Date:
Subject: Are there any SQL or JDBC compliance suites use to test