Subject | Re: [firebird-support] Understanding Sweep |
---|---|
Author | Anderson Farias |
Post date | 2007-10-24T17:17:49Z |
Hi,
And you also have methods like
TSQLConnection.StartTransaction
TSQLConnection.Commit
TSQLConnection.Rollback
Regards,
Anderson
> As you probably know, DBX should take care of everything. It doesn'tYes, but it has transactions and you can control then as you wish.
> even have a Transaction component like IBX.
> So how can I check if it's leaving some transactions open?TSQLConnection.InTransaction
And you also have methods like
TSQLConnection.StartTransaction
TSQLConnection.Commit
TSQLConnection.Rollback
Regards,
Anderson