Subject Re: [firebird-support] Cannot find UDF function
Author Magnus Titho
Lorenzo Lamas wrote:

>I am trying to use the UDF function named ABS. I have modified the firebird.conf configuration file
>
> I have used
> UdfAccess = Restrict UDF
>
>
> I then
> UdfAccess = Full
>
> but it fails I can not access the abs function even thought the libraries fbudf.dll and ib_udf.dll exist int the folder $INTERBASE_HOME\UDF
>
>
I assume you registered the function?

DECLARE EXTERNAL FUNCTION abs
DOUBLE PRECISION
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'IB_UDF_abs' MODULE_NAME 'ib_udf';


--
Magnus