|
Home > Archive > IQ Server > October 2005 > how do you redirect a stored proc ERROR status to file???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how do you redirect a stored proc ERROR status to file???
|
|
|
| how do you redirect a stored proc ERROR status and message
to file when using DBISQL??? i know how to redirect the
actual output (i.e. the result set), but how do you redirect
the exit status?? this is sooooo simple with ISQL....
| |
|
| this works, sorta, but dbisql doesn't close and holds the
file open!!
any ideas????
dbisql -c " user=john;password=b
lahblah" execute john_out;
>C:\out.txt
exit
> how do you redirect a stored proc ERROR status and message
> to file when using DBISQL??? i know how to redirect the
> actual output (i.e. the result set), but how do you
> redirect the exit status?? this is sooooo simple with
> ISQL....
|
|
|
|
|