Subject Re: Bug isql exchange CR+LF or LF
Author piraju1379
Hi Helen,

> Is your isql on Linux?

No, isql in Windows XP.

Thanks,
Paulo Geloramo


> >SO Windows
> >Firebird 2.0.1
> >
> >Using isql to execute one script test.sql
> >isql -i test.sql
> >
> >*/test.sql*/
> >INSERT INTO Table1 (Field1)
> >VALUES ('Line1
> >Line2');
> >
> >Isql exchange CR+LF for LF.
>
> Is your isql on Linux? Linux newline is LF (no carriage return)
so,
> if the script was composed on Linux, no CR would be stored.
>
>
> >Executing script test.sql in the IBExpert and
> >MDOScript not the problem occurs.
>
> Windows newline is CR+LF.
>
> ./hb
>