I am trying to capture output and errors throw from shell script executed via isql. I've tried with the following code, but it doesn't work:
isql -q -i e:\test\script.sql e:\db\testdb.fdb -m -u sysuser -p xxx
I am looking for example how to use –m[erge_stderr]
command.