Transaction State

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
munggaran
Posts: 18
Joined: Sat 11 Apr 2009 08:50

Transaction State

Post by munggaran » Sat 11 Jul 2009 19:55

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

tobias_cd
Posts: 56
Joined: Thu 18 Dec 2008 22:10

Post by tobias_cd » Sat 11 Jul 2009 20:39

Have you tried "TUniConnection.InTransaction"?

munggaran
Posts: 18
Joined: Sat 11 Apr 2009 08:50

Post by munggaran » Sun 12 Jul 2009 03:19

tobias_cd wrote:Have you tried "TUniConnection.InTransaction"?
works great, thanks mate :D

Post Reply