Re: Using auto-commit OFF for transactions - instead of

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Using auto-commit OFF for transactions - instead of
Дата
Msg-id Pine.BSO.4.56.0403080827370.26593@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Using auto-commit OFF for transactions - instead of  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc

On Mon, 8 Mar 2004, Dave Cramer wrote:

> Harry,
>
> You should use the driver's set autocommit(false) instead, as then the
> driver will know the state of the connection.
>
> BTW, I'm sure oracle has a similiar "begin" statement.
>

Oracle in fact does not have a begin statement, it does not have a native
autocommit mode, you are always in a transaction, so any commit/rollback
automatically starts a new transaction.

Kris Jurka

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Using auto-commit OFF for transactions - instead of
Следующее
От: Paul Thomas
Дата:
Сообщение: Re: Using auto-commit OFF for transactions - instead of BEGIN