RE: [SQL] TRANSACTIONS and TCP/IP

From: Barry Baldwin <bbaldwin(at)indyme(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: RE: [SQL] TRANSACTIONS and TCP/IP
Date: 1999-12-16 18:37:49
Message-ID: 319A9588FB5ED2119FAC00A0C912E3292785AF@INDYMEEXCH
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I would like to thank everyone for their responses. I was able to get it
working by using the
various suggestions I received. I had to turn off the ODBC drivers
autocommit and then
I could use the Tdatabase types' StartTransaction, Commit and RollBack
methods.

Thanks again everybody,

Barry

Barry Baldwin wrote:

> Hi,
>
> I've got postgres 6.5.2 running on a Linux box and I'm developing a client
> app in Delphi. The client sends SQL commands via TCP/IP.
> I've tried starting a transaction by sending the BEGIN command and then I
> update a table and then send a ROLLBACK command to try
> and abort the transaction. It doesn't seem to be working. Even though
I've
> done a rollback the transaction still goes through.
>
> When I start the transaction I get this message on the Linux box console
> NOTICE: BeginTransactionBlock and not in default state
>
> This indicates that there is a transaction already in process. I don't
know
> how that can be.
>
> When I issue the rollback command I get this message
> NOTICE: UserAbortTransactionBlock and not in in-progress state
>
> This indicates that there is no transaction in progress. There sure
should
> be.
>
> I tried all of the above in psql and it works fine. Is this something
that
> just won't work over a TCP/IP connection?
>
> Any suggestions on how I can get transactions to work would be greatly
> appreciated,
>
> TIA,
>
> Barry
>
> ************

Browse pgsql-sql by date

  From Date Subject
Next Message rob caSSon 1999-12-16 19:22:23 Re:[OT]-[SQL] manually set serial type
Previous Message rob caSSon 1999-12-16 18:03:34 manually set serial type