Hello,
is there a way to get a more verbose output from exception handling in SQLScript then what ::SQL_ERROR_CODE and ::SQL_ERROR_MESSAGE currently provide? Specifically I am looking for line numbers and procedure names in which the exceptions are thrown.
The information itself should be avaiable somewhere I guess, since when an unhandled exception is thrown all that info is showing up in the console. I can't find any way to use it in a handled exception though.
Cheers
Johannes