|
-
isql and query string
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|