Subject Re: [firebird-support] embedded firebird and UDFs
Author Rolf & Sibylle Nussbaumer
Dimitrios Chr. Ioannidis wrote:
>
> Plz, try to define it this way and tell me if worked ....
>
> DECLARE EXTERNAL FUNCTION NOW
> TIMESTAMP RETURNS PARAMETER 1
> ENTRY_POINT 'getExactTimestamp' MODULE_NAME 'fbudf';
>
> Dimitris

It does not help, either. The "PARAMETER 1" part was in my definition,
but is not reported when viewing the function's metadata in IBConsole.
When this part is missing, IBConsole loses connection to the database
and crashes. I'm pretty shure, the embedded firebird is not finding the
UDF DLLs, but I have no clue why.

Rolf