command - Firebird isql error dont show in output file -


when run isql script file:

isql.exe -q -e -i %1 -o %~n1.log 

then in output file see commands, error of commands see on screen when run.

the error doesn't isn't written output file. command should use errors written output file?

you have use -m(erge) command line switch in order send error messages output file.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -