Subject | Re: [firebird-support] Re: setting column delimiters for iSql |
---|---|
Author | Ivan Prenosil |
Post date | 2006-08-01T08:40:52Z |
>> selectEihter set the interval to some big values so that heading is written only once
>> '#' || username || '#' || userid || '#' as usernameandid
>> from atable
>>
>> ./heLen
>>
>
> hmm....this seems to work ok. But after every 20 lines, it would print
> the feldname:
>
> Concatenation
> ======================
>
> Is there any way to turn this off??
using command line parameter
-page 100000
Or switch it off completely using command
SET HEADING OFF;
Ivan
http://www.volny.cz/iprenosil/interbase/