Subject Re: [firebird-support] Understanding Sweep
Author Anderson Farias
Hi,

> As you probably know, DBX should take care of everything. It doesn't
> even have a Transaction component like IBX.

Yes, but it has transactions and you can control then as you wish.

> 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