Subject Re: [firebird-support] Finding and killing transactions
Author Ivan Prenosil
> Is there any way to list all the transactions active in a database?

Yes, using isc_database_info() API call.
But there is no way how to tell which transaction id belongs
to which applicaion, nor the way to kill the transaction.

Ivan

> A transaction from an app that crashed is locking a record in the
> database and I'd like to roll it back.