Search found 1 match

by msantos-rj
02.07.2007, 19:37
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How and When Start a Transaction with PostgreSQL 8.1
Replies: 1
Views: 777

Hello. I think you should just to use the AutoCommit = True and TransactIsolationLevel = tiReadCommited. with this settings Zeos will implicity start a new transaction after a commit or rollback. a transaction inside another will not be possible with the zeosconnection, maybe if you control it by us...