Subject | Blank lines in isql output |
---|---|
Author | Ivan |
Post date | 2007-03-06T00:13:20Z |
Hi,
I am trying to adopt Firebird 2.0 for some basic tasks which I
currently do manually. It involves cmd (winxp) batch processing. The
question is: is there a way to remove blank lines at start and end of
isql output? I do a SELECT f FROM t; and ideally I'd like to have a
bare list of strings; after SET HEADING OFF; what I get is
<empty line>
value1
value2
...
<empty line>
So is there a way to get rid of those blank lines? Thanks in advance.
Ivan
I am trying to adopt Firebird 2.0 for some basic tasks which I
currently do manually. It involves cmd (winxp) batch processing. The
question is: is there a way to remove blank lines at start and end of
isql output? I do a SELECT f FROM t; and ideally I'd like to have a
bare list of strings; after SET HEADING OFF; what I get is
<empty line>
value1
value2
...
<empty line>
So is there a way to get rid of those blank lines? Thanks in advance.
Ivan