Subject | Re: [firebird-support] Re: server-side number formatting |
---|---|
Author | t.s. |
Post date | 2005-07-19T03:51:12Z |
> 1. Get hold of FreeUDFLib, and declare the DollarVal function.Ah, ok. Looks promising. Thank you.
> DECLARE EXTERNAL FUNCTION F_DOLLARVAL
> DOUBLE PRECISION
> RETURNS CSTRING(254) FREE_IT
> ENTRY_POINT 'DollarVal' MODULE_NAME 'FreeUDFLib.dll'
For some time i have been avoiding the use of UDF, especially after
reading the horror stories in this group about memory leaks, etc. Never
really had the need to, actually, since FB 1.5 provided the built-in
substring() function.
Regards,
sugi.