Subject Re: Isql exchange CR+LF for LF
Author piraju1379
I would like to prevent UDF.

Thanks,
Paulo Geloramo

> It is usually a better idea to make the characters explicit. From
> the Firebird Book, p162:
>
> INSERT INTO Table1 (Field1)
> VALUES ('Line1' || Ascii_Char(13) || Ascii_Char(10) || 'Line2');
>