Hello,
I know who to return an error code from within a stored procedure, using SQLCODE. Is there a way to get the full corresponding error message back too?
i.e. Table_1 does not exist
I have tried SQLERRM, but this is not recognised.
Do I have to write my own, or am I missing something?
Thanks in advance,
Liam.
I know who to return an error code from within a stored procedure, using SQLCODE. Is there a way to get the full corresponding error message back too?
i.e. Table_1 does not exist
I have tried SQLERRM, but this is not recognised.
Do I have to write my own, or am I missing something?
Thanks in advance,
Liam.