Page 1 of 1

Transaction component

Posted: Tue 23 Dec 2008 11:50
by lao
Hi,
There is not transaction component for postgresql.
we can't use fetchall:=false because we need transaction to do this.
We can create manually a TPgTransaction but TPgQuery and TPgTable does not have property to set transaction.
Thanks

Posted: Tue 23 Dec 2008 12:33
by Plash
You should use the StartTransaction, Commit and Rollback methods of TPgConnection.