Subject Re: [firebird-support] Re: Baffled by UDF results
Author Dimitry Sibiryakov
On 16 Apr 2004 at 6:53, Peter wrote:

>The Exact Declaration and function is:
>function Total(var V1,V2,V3: currency): currency; cdecl; export;
>
>function Total(var V1,V2,V3: currency): currency;
>begin
> result := V1+V2+V3;
>end;

Ok. Make another step and show us declaration of this function in
database.

SY, Dimitry Sibiryakov.