Subject RE: FreeAdHocUDF
Author Leyne, Sean
> I’ve got a problem installing FreeAdHocUDF on FB2.5.2.26540.


> DECLARE EXTERNAL FUNCTION F_COUNTWEEKDAYS
>   TIMESTAMP,
>   TIMESTAMP,
>   INTEGER
> RETURNS INTEGER FREE_IT
> ENTRY_POINT 'countweekdays' MODULE_NAME 'FreeAdHocUDF';
>
> get error
>
> Invalid request BLR at offset 60.
> Function F_COUNTWEEKDAYS is not defined.
> Module name or entrypoint could not be found.
>
> Any ideas?

Have you edited the firebird.conf file setting for loading of UDFs?


Sean