Subject | Re: [firebird-support] Modifying Trim() |
---|---|
Author | Daniel Rail |
Post date | 2010-10-06T11:22:16Z |
Hi,
At October-06-10, 7:24 AM, Elmar Haneke wrote:
This will have the same effect of the UDF Trim, that you were using.
--
Best regards,
Daniel Rail
Senior Software Developer
ACCRA Solutions Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At October-06-10, 7:24 AM, Elmar Haneke wrote:
>> But if you're in a corner, I think that declaring your UDF inHave you tried using Coalesce(Trim(Null), '') ?
>> the database will give it precedence over the internal function with the
>> same name.
> Firebird refuses the declare statement until the name Trim is enclosed
> into quotes.
> The definition with quotes is used only if the quotes are also in select
> statement - this does not help to be compatible with existing code.
This will have the same effect of the UDF Trim, that you were using.
--
Best regards,
Daniel Rail
Senior Software Developer
ACCRA Solutions Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)