Subject Re: UDF call gives Invalid request BLR
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, Nick Upson <nick@u...> wrote:
> Hi Alexander, thanks for the help.
>
> I've deleted the udf for now but here is the def'n used to create it.
>
> DECLARE EXTERNAL FUNCTION TITLECASE
> CSTRING(256)
> RETURNS CHAR(256) FREE_IT
> ENTRY_POINT 'fn_titlecase'
> MODULE_NAME 'udflocal';

If I right understood, you renamed file to libudflocal? What for?

Best regards,
Alexander.