We have a batch program that runs several queries in a text file. This call was invoked like this:
> isql -c "uid=dba;pwd=sql;dbn=mydb" read D:\IMS\Queries\RptGen.sql
For some unknown reason, now I'm getting error:
"isql: unknown option read" and a list of all the available parameters that isql accepts.
It used to run before. Now it doesn't. How can I modify this command line so that all the parameters are correct and this line runs?
Thanks,
VM