Postgresql and Creator2 commitChanges()

From: lash <lash(at)donenergo(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgresql and Creator2 commitChanges()
Date: 2006-04-18 05:51:27
Message-ID: 44447E5F.5040000@donenergo.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.

Sun Java Studio Creator 2 and PostgreSQL 8.1 database
using 8.1-405 jdbc3.

Connectin,fetching,... works.

But "someDataProvider.commitChanges()" works only first time.
Then the only message i get after "someDataProvider.commitChanges()" is
"can't change isolation level in the middle of transaction".
I must use stored procedures for update and insert records. It works
fine.

When i change the data provider to MySQL
all works fine (i mean "someDataProvider.commitChanges()").

Can anybody comment ?.

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jayati.biswas 2006-04-18 06:10:42 recovery with pg_xlog
Previous Message elein 2006-04-18 04:26:04 Vacuuming of indexes on tables.