Subject | Re: [firebird-support] Messages in triggers and stored procedures |
---|---|
Author | W O |
Post date | 2010-09-07T15:55:49Z |
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
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[Non-text portions of this message have been removed]
> 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
>
>