Subject | RE: [firebird-support] Re: Memory Usage Test |
---|---|
Author | Alan McDonald |
Post date | 2004-10-21T22:51:38Z |
> > Interesting: I use the old freeudflib and this is the typical DDLyes - I was aware of this when I first installed this lib several years ago.
> > 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
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