Re: [INTERFACES] Java Transaction - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: [INTERFACES] Java Transaction
Date
Msg-id Pine.LNX.3.95.980507065024.3542B-100000@retep.org.uk
Whole thread Raw
In response to Java Transaction  (Anil Amarakoon <anil@server.awcoldstream.com>)
List pgsql-interfaces
On Wed, 6 May 1998, Anil Amarakoon wrote:

> Hi All!
>
> How do I do transaction in Java
> when I tried
> resultset=statement.executeQuery("begin transaction);
> resultset.close();
> resultset = statement .executeQuery("select foo from bar where
> myid=1000");
>
> it does not return any results.
>
> or do I have to do with
> connection.setAutoCommit(false);
> bla bla...
> myconn.commit();
>
> any information in this regard is highly appreciated.

The JDBC way is using AutoCommit, and the first way may fail in 6.4

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


pgsql-interfaces by date:

Previous
From: Anil Amarakoon
Date:
Subject: Java Transaction
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] JDBC driver and postgreSQL