PG constraint

From: Szmutku Zoltán <szmutku(dot)zoltan(at)betet-kft(dot)hu>
To: <pgsql-general(at)postgresql(dot)org>
Subject: PG constraint
Date: 2005-03-21 07:04:01
Message-ID: 001201c52de4$2944b810$4e00000a@zoli
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi everybody ,

I tried using Postgre, but I have some problems.
I create a constraint ( R1>=0 ), and after connect to server from VFP via ODBC .
In the client program I turn on the transactions . ( SQLSETPROP(nHandle,'Transactions',2) )

When I run UPDATE statements one after the other , and one return false because of constraint ,
then the server rolling back all changing automatically.
I would like to: server ignore the bad statements (return false) and after I call rollback or commit manually....possible ?

Thanks your help ,

Zoltan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Akbar 2005-03-21 07:07:11 weird error on installing postgresql in Windows XP
Previous Message Thomas F.O'Connell 2005-03-21 06:35:22 Re: no IF - am I missing something ?