Subject loggin sql activity
Author Jan Agermose
Im looking for a way to log all sql activity on a interbase database. It
seems that this cannot be done? I know I can add triggers to look for
inserts, updates and deletes. What I want is a log file output of all
sql statements fired against the database - the sql statement as sent by
the client, I don't want to reconstruct the query, and I need the select
statements to.

Why is this not a standard part of interbase logging capabilities?

Jan Agermose