problem with begin transacction.

From: TPCCUVA <TPCCUVA(at)terra(dot)es>
To: pgsql-general(at)postgresql(dot)org
Subject: problem with begin transacction.
Date: 2002-03-20 12:55:43
Message-ID: c522dc5322.c5322c522d@teleline.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

I have a problem with the transactions. I'm using postgres 7.1.3. Our
program connects with the database, then it starts the transacction
with:

EXEC SQL BEGIN;

but in the first SELECT I obtain the next error:

Error:-603
Begin: already a transaction in progress.

I've tried to put:
EXEC SQL ROLLBACK;
before the BEGIN, but postgres says me thet there isn't any transaction
in progress.

Can you help me?.
Thanks.

Browse pgsql-general by date

  From Date Subject
Next Message Masaru Sugawara 2002-03-20 13:27:19 Re: SQL Server performing much better?!?!
Previous Message Marin Dimitrov 2002-03-20 12:17:10 Re: [GENERAL] DriverManager.getConnection() fails sometimes but succeeds other times