Transaction Rollback problen (3.0 Protocol)

From: Carlos Guzmán Álvarez <carlosga(at)telefonica(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Transaction Rollback problen (3.0 Protocol)
Date: 2003-11-21 15:22:51
Message-ID: 3FBE2DCB.30908@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello:

I'm having a little problem with my .net data provider for postgresql 7.4.

I'm executing a little sample that does:

1. Connect to the server.
2. Start transaction.
3. Execution of an invalid SQL command.
4. Catch exception and rollback transaction.

After send the rollbact transaction command i'm not receiving any
response from the server, instead, if the SQL command is a valid SQL
command all runs fine, any idea about what can be the problem ??

Thanks in advance.

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-11-21 15:52:14 Re: logical column position
Previous Message Matthew T. O'Connor 2003-11-21 15:17:31 Re: [HACKERS] More detail on settings for pgavd?