JDBC, PgSQL 7.2: transactions not supported!! - Mailing list pgsql-general

From Zengfa Gao
Subject JDBC, PgSQL 7.2: transactions not supported!!
Date
Msg-id 20021217171014.32753.qmail@web41007.mail.yahoo.com
Whole thread Raw
Responses Re: JDBC, PgSQL 7.2: transactions not supported!!  (Barry Lind <blind@xythos.com>)
List pgsql-general
Hi,

I am using JDBC Driver to access PgSQL 7.2. When I
add:

Statement.executeQuery("BEGIN WORK;");
...
Statement.executeQuery("Insert.........");
...

Statement.executeQuery("COMMIT WORK;");

in the java code.

I got:
transactions not supported!!

According the document of 7.2, transaction is
supported. Does anyone know what's wrong here?

Thanks!

Zengfa

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: prepared statements and analyze in 7.3
Next
From: Barry Lind
Date:
Subject: Re: JDBC, PgSQL 7.2: transactions not supported!!