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

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Crooke <dcrooke(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set
Date: 2010-04-15 22:05:28
Message-ID: alpine.BSO.2.00.1004151803480.12196@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Eranda Sooriyabandara 2010-04-16 05:41:01 Are there any SQL or JDBC compliance suites use to test
Previous Message Dave Crooke 2010-04-15 22:01:54 Re: HELP: How to tame the 8.3.x JDBC driver with a biq query result set