Page 1 of 1

Transaction State

Posted: Sat 11 Jul 2009 19:55
by munggaran
Hi,

I'm using uniDAC + postgreSQL with Transaction.

I have problem to determine the state of the transaction, if it is started or not, is there any method/function to retrieve transaction status ?

Regards
Eldi Munggaran

Posted: Sat 11 Jul 2009 20:39
by tobias_cd
Have you tried "TUniConnection.InTransaction"?

Posted: Sun 12 Jul 2009 03:19
by munggaran
tobias_cd wrote:Have you tried "TUniConnection.InTransaction"?
works great, thanks mate :D