Subject Re: [firebird-support] CR/LF in SQL
Author Christian Gütter
Hi Peter,

> SQL itself, as implemented in FB1.5, doesn't have a
> general escaping mechanism (there is one in the newest
> SQL standard, so it may be one day in FB).

That would be nice to see.

> But for your app it's a Delphi question, isn't it?

No, not at all.

> In C you would write: "NameAll = Name1 || '\x0d\x0a' || Name2"
> You use the escaping mechanism of the host language and the
> actual CR/LF bytes are sent to the DBMS.

My question is not a Delphi question because I want to put a
CR/LF between the fields I _recieve_ from the Firebird server.


Christian