Subject Re: [firebird-support] Finding and killing transactions
Author JD FitzGerald
Ann W. Harrison wrote:
> JD FitzGerald wrote:
>
>>Is there any way to list all the transactions active in a database?
>>A transaction from an app that crashed is locking a record in the
>>database and I'd like to roll it back.
>
>
> Could you describe the symptoms you're seeing?
>
>

It was a deadlock on an update attempt. Waiting for the network timeout
did the trick, although it'd be nice if there were a way to flush all
frozen clients.