Subject Re: [firebird-support] Messages in triggers and stored procedures
Author W O
Hello Markus

Thank you very much for your answer.

How can I use an UDF to show a MessageBox? can you give some example?

How can I use a logging table? can you give me some example?

Greetings.

Walter.



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
>
>


[Non-text portions of this message have been removed]