How and When Start a Transaction with PostgreSQL 8.1
Posted: 26.06.2007, 15:52
Hello.
I'm using zeos 6.5.1 with Delphi 7.
If I set TransactIsolationLevel = tiReadCommited in the Connection, I always have a Transaction open.
If I set TransactIsolationLevel to tiReadCommited just before open a transaction e and change back to tiNone after commit this don't happen.
I think this is the correct way to work. I'm right? There are some way to do this automatically?
And how work around when I have a transaction inside another?
Thanks.
I'm using zeos 6.5.1 with Delphi 7.
If I set TransactIsolationLevel = tiReadCommited in the Connection, I always have a Transaction open.
If I set TransactIsolationLevel to tiReadCommited just before open a transaction e and change back to tiNone after commit this don't happen.
I think this is the correct way to work. I'm right? There are some way to do this automatically?
And how work around when I have a transaction inside another?
Thanks.