Is there any way to get an error message of a syntax mistake or execution of the query in command line interface?
I know Query Reporter is opened and shows the error message when it's executed in command line, but i would like to know if this error message can be shown directly in command line...
i have a problem executing a query in command-line interface using variables, the instruction that i use is:
"C:\Program Files\QueryReporter\QueryReporter.exe" userid=myusr/mypw@mydb sql="select * from mytable WHERE some_column=&my_value" &my_value="some_value" csv="x:\test.csv" quit
i've tried...