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
Post a Comment