Re: Postgres jdbc transactions

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: Postgres jdbc transactions
Дата
Msg-id 8AC720C7-F0B2-47DD-B59F-BFF16641CDE5@yahoo.com
обсуждение исходный текст
Ответ на Postgres jdbc transactions  (Olivier Thomas <othomas@webtiss.com>)
Список pgsql-jdbc
On Sep 5, 2011, at 10:36, Olivier Thomas <othomas@webtiss.com> wrote:

> Hi,
>
> I am having a hard time to manage transactions with Postgres 8.3.
>
> I am using latest Postgres jdbc driver and apached dbutils library.
> After getting a connexion I am trying to set Connection objet to autocommit "false" but I get an error message from
DBsaying that setting autocommit to off is no longer supported. 
> Therefore, when I'm trying to call "rollcack" at the en d of my code, I am rejected sayning that my DB is in
autocommittrue. 
> Can you tell me what I am doing wrong or which library I should use ?
> so far I have found no example   on the web...
>
> Thanks
> O.

It's hard to point out what you are doing wrong if you don't show exactly what you are doing (and the error message). A
vaguedescription doesn't cut it. 

David J.


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

Предыдущее
От: Olivier Thomas
Дата:
Сообщение: Postgres jdbc transactions
Следующее
От: Guillaume Cottenceau
Дата:
Сообщение: Re: Postgres jdbc transactions