Subject Re: carriage return, line feed
Author peter_jacobi.rm
Hi Dorin,

--- In firebird-support@yahoogroups.com, "Dorin Pacurar" <dopa@z...>
wrote:
> > What is your programming enmvironment? You must use the character
> > escaping of your programming language. \x0d\x0a will work in C (and
> > C++, Python, etc).
>
> It's not about programming environment. I need the cr/lf in a
trigger. I
> have to log some informations in a blob and I would like to write
every
> information on a single line, like in my prev. email

The Firebird API will happily accept the actual bytes 0x0d and 0x0a,
it neither needs nor supports escaping. But it depends on your
programming environment, how to input these bytes.

Peter Jacobi