Обсуждение: Transactions in JDBC

Поиск
Список
Период
Сортировка

Transactions in JDBC

От
Culley Harrelson
Дата:
How do you begin, commit and rolback PostgreSQL transactions via JDBC?
I'm assuming this is possible :)




Re: Transactions in JDBC

От
Anand Raman
Дата:
HI
It is very much possible..

Try java.sql.Connection class method setAutoCommit(Boolean);

Hope this helps
Anand
On Thu, Feb 15, 2001 at 09:54:53PM -0800, Culley Harrelson wrote:
>How do you begin, commit and rolback PostgreSQL transactions via JDBC?
>I'm assuming this is possible :)
>
>