Subject Re: [firebird-support] Re: UDFs and Exceptions
Author Helen Borrie
At 09:33 AM 4/08/2006, you wrote:
>I see UDF exception must return to the client as an SQL exception,
>If i have a bug in my UDF function like (Divided by zero), server will
>be crash without know what happned there, and log not save the message
>of function exception.

Repeat-repeat-repeat, don't write UDFs that do not trap and handle
their own exceptions! Because UDFs are external code, it's
impossible for the server to trap your bugs.

./heLen