Subject | Re: [firebird-support] Re: UDFs and Exceptions |
---|---|
Author | Helen Borrie |
Post date | 2006-08-04T00:29Z |
At 09:33 AM 4/08/2006, you wrote:
their own exceptions! Because UDFs are external code, it's
impossible for the server to trap your bugs.
./heLen
>I see UDF exception must return to the client as an SQL exception,Repeat-repeat-repeat, don't write UDFs that do not trap and handle
>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.
their own exceptions! Because UDFs are external code, it's
impossible for the server to trap your bugs.
./heLen