Hello,

I am using isql to execute a query string from a batch file.

This is the string:
SET strg="SELECT * FROM tbtest"
isql -d%DB% -U%User% -P%Pwd% -e -Q %strg% -m-1 -b

and it worked in my pc, but I tried to execute it in another pc, and didn't work. It says "Error in '-Q'." and the -Q parameter is not in the list of the machine.

Does anyone know if is due to a version issue? or Is there any other parameter that works as -Q?

Thanks in advance,