transacction problem

Поиск
Список
Период
Сортировка
От TPCCUVA
Тема transacction problem
Дата
Msg-id a9caf2b3.f2b3a9ca@teleline.es
обсуждение исходный текст
Ответы Re: transacction problem  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hello.

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

EXEC SQL BEGIN;

but in the first SELECT I obtain the next error:

    Error: -603
    Begin: already a transaction in progres;

I have try to put:
EXEC SQL ROLLBACK;
before the BEGIN, but postgres says me that there isn't any transaccion
in progres.

Can you help me?
Thenks



В списке pgsql-general по дате отправления:

Предыдущее
От: thiemo
Дата:
Сообщение: Fwd: DBvisualizer on MacOS X
Следующее
От: TPCCUVA
Дата:
Сообщение: checkpoint