Subject | Re: [firebird-support] URGENT: concatenation-proglem - is there a limit? |
---|---|
Author | Milan Babuskov |
Post date | 2008-01-24T16:15:31Z |
crizoo4712 wrote:
padded with spaces. Try using TRIM (you might need to combine with CAST
to varchar) on them just before concatenation.
--
Milan Babuskov
http://www.guacosoft.com
> I have a field varchar(2056) an try to concatenate up to 20 values toMaybe the type of those you are concatenating is CHAR, so they are
> it. Even though the sum of their length is smaller than 2056 i
> get "string truncation".
> what can i do?
padded with spaces. Try using TRIM (you might need to combine with CAST
to varchar) on them just before concatenation.
--
Milan Babuskov
http://www.guacosoft.com