Subject Re: transaction logs
Author Adam
> I have an application which writes directly into the firebird
database.
> Iam not sure which tables it writes to, how it updates the tables etc.
> I would like to view the transaction history of the how the database.
> Iam looking for tools similar to SQL Profiler in (MS SQL 2000).

You will need to use a third party tool, such as IBLogManager, or write
your own triggers to log to an external file. In any case, reverse
engineering the exact queries is likely to be difficult from the
database itself. Perhaps analysing the data packets sent to the
database server may shed more light.

Adam