Subject Re: [firebird-support] Re: carriage return, line feed
Author Hans Hoogstraat
Log = 'My Log Line' || ASCII_CHAR(13) || ASCHII_CHAR(10);

----- Original Message -----
From: "Dorin Pacurar" <dopa@...>
To: <firebird-support@yahoogroups.com>
Sent: Sunday, July 18, 2004 3:21 PM
Subject: Re: [firebird-support] Re: carriage return, line feed


> > 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
>
> Dorin
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>