Subject Re: Easy way to see all transactions on Firebird 1.5 SS?
Author diwic2
--- In firebird-support@yahoogroups.com, "Myles Wakeham" <myles@t...>
wrote:
> What's the easiest way to monitor the number of transactions open on
a
> Firebird 1.5 Super Server, and how long they have been open?

The Firebird API, unfortunately, does not reveal that data. :( You
could try using a TCP packet analyzer or making a n-tier application.

// David