Re: [firebird-support] how to auto quit a non-interactive session ?

2018-06-26 Thread Miguel Rozsas mig...@apice.com.br [firebird-support]
Thanks for answering my question, but no, it didn't worked. echo show table\; | /usr/bin/isql-fb is still hunging after showing all tables in database. The command prompt does not return and I have to kill the process in background. ​ 2018-06-26 18:29 GMT-03:00 Dimitry Sibiryakov s...@i

Re: [firebird-support] how to auto quit a non-interactive session ?

2018-06-26 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
26.06.2018 15:05, Miguel Rozsas mig...@apice.com.br [firebird-support] wrote: > echo "show tables;" | /usr/bin/isql-fb -user whatever -pas whatever > machine:dbalias > > The problem with the above is the connection is not closed and the end of > sql statement and it is still waiting a quit which n

[firebird-support] how to auto quit a non-interactive session ?

2018-06-26 Thread Miguel Rozsas mig...@apice.com.br [firebird-support]
Hi there ! I am running firebird client (isql-fb from firebird-2.5.7.27050...0-1.el7.x86_64 package) on a CentOS 7 computer. Is there any way to auto quit in a non-interactive session, like this: echo "show tables;" | /usr/bin/isql-fb -user whatever -pas whatever machine:dbalias The problem wi