Subject | RE: [firebird-support] ISQL -merge_stderr switch missing in FB2.1.1 |
---|---|
Author | Maya Opperman |
Post date | 2008-08-12T10:19:05Z |
>> I have a piece of source code (originally developed for IB 6 then FBswitch.
>> 1.0.3 then FB 1.5) that is calling ISQL.EXE with a -merge_stderr
>>switch (e.g. isql -?)
>>
>>
>> In FB 2.1.1 now, it no longer recognises this switch.
>You can print list of valid switches when you call isql with invalid
>There you can seeThanks Ivan! Silly me, I was just doing this on the 1.5 version, which
> -m(erge)
>i.e. use either of -m, -me, -mer, -merg, -merge
gives you these results:
isql -?
Unknown switch: ?
isql [<database>] [-e] [-t <terminator>] [-i <inputfile>] [-o
<outputfile>]
[-x|-a] [-d <target db>] [-u <user>] [-p <password>]
[-page <pagelength>] [-n] [-m] [-q] [-s <sql_dialect>]
[-r <rolename>] [-c <num cache buffers>] [-z] -nowarnings
-noautocommit
So, great I can use -m for both FB1.5 and 2.1