Subject RE: [firebird-support] Re: Memory Usage Test
Author Alan McDonald
> > Interesting: I use the old freeudflib and this is the typical DDL
> > DECLARE EXTERNAL FUNCTION F_ADDMONTH
> > DATE,
> > INTEGER
> > RETURNS DATE FREE_IT
> > ENTRY_POINT 'AddMonth' MODULE_NAME 'FreeUDFLib.dll'
>
> As far as I know, FREE_IT is only for strings.
>
> With regards,
>
> Martijn Tonies

yes - I was aware of this when I first installed this lib several years ago.
The install script (SQL) had the FRE_IT syntax in and I didn't change it. It
certainly doesn't harm it. I imagined that the UDF itself is manipulating
strings internally to do it's work. And finally I just put it down to
thinking that Greg Deatz knows more about writing UDFs than I do.
Alan