Subject | Re: Isql exchange CR+LF for LF |
---|---|
Author | piraju1379 |
Post date | 2007-09-03T16:09:05Z |
I would like to prevent UDF.
Thanks,
Paulo Geloramo
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');
>