Subject Re: [firebird-support] Re: Writing Carraige returns into a field using SQL
Author Mark Rotteveel
On Mon, 03 Sep 2012 23:14:02 -0000, "sir_wally_lewis"
<rgilland1966@...> wrote:
> Thanks,
>
> Brain was faded.

I just realized that with FB 2.5, you might also be able to use
hexadecimal notation for strings:
http://www.firebirdsql.org/refdocs/langrefupd25-hexbinstrings.html

So concatenating x'0D0A' where you want the linebreak might also work
(haven't tested it though).

Mark