Subject | Re: Bug isql exchange CR+LF or LF |
---|---|
Author | piraju1379 |
Post date | 2007-09-03T15:47:33Z |
Hi Helen,
Thanks,
Paulo Geloramo
> Is your isql on Linux?No, isql in Windows XP.
Thanks,
Paulo Geloramo
> >SO Windowsso,
> >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)
> 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
>