Subject Re: System tables affected by DML operations over regular tables
Author sosingus
--- In firebird-support@yahoogroups.com, Dimitry Sibiryakov <sd@...> wrote:
>
> > I would like to be able to make an general procedure that would log every (or only configured) DML operations over all or over configured tables in my database. Beside the operations, I would like to log the data of affected table after DML operation, except for delete.
>
> No way. But you can use IBLogManager.
>
> SY, SD.
>

Thanks for the answers, I guess I'll have to think of something else, as I would like to have it as an application functionality that can be turned on and off at anytime.