Subject | Re: [firebird-support] Re: REPLACE() Retaining EOF marker from BLOB |
---|---|
Author | Mark Rotteveel |
Post date | 2012-08-07T18:36:48Z |
On 7-8-2012 20:34, red_october2009 wrote:
Mark
--
Mark Rotteveel
> Solution found: Just chop off the last character from the BLOB to be inserted, before doing the REPLACE()What is your Firebird version? As you describe it, it sounds like a bug.
>
> Example:
>
> vCHT_TXT = SUBSTRING(:vCHT_TXT FROM 1 FOR CHAR_LENGTH(vCHT_TXT) - 1);
>
> ... Then do your REPLACE()
Mark
--
Mark Rotteveel