Re: [GENERAL] PG constraint

2005-03-27 Thread Bruno Wolff III
On Mon, Mar 21, 2005 at 08:04:01 +0100, Szmutku Zoltán <[EMAIL PROTECTED]> wrote: > 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 . (

[GENERAL] PG constraint

2005-03-26 Thread Szmutku Zoltán
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 ot