Subject | RE: FreeAdHocUDF |
---|---|
Author | Leyne, Sean |
Post date | 2014-04-15T20:48:34Z |
> I’ve got a problem installing FreeAdHocUDF on FB2.5.2.26540.Have you edited the firebird.conf file setting for loading of UDFs?
> 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?
Sean