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 :)
>
>