Subject Re: [firebird-support] Messages in triggers and stored procedures
Author Markus Ostenried
On Tue, Sep 7, 2010 at 11:03, W O <sistemas2000profesional@...> wrote:
> Hello everybody
>
> Is there a way to know what a trigger or a stored procedure is doing?

You can use an UDF (user defined function) to show a MessageBox (dont
forget to turn it off in production or the server process will be
stuck :P). Or you can write text to an external table (which is a file
you define, see CREATE EXTERNAL TABLE). Or use a logging table.

HTH,
markus