I am writing some error checking code into my application and would like to output the Procedure/Function Name which produced the error.
I know I can hard code this, but I want to be able to use something like Function.Name
Does anyone know if this is possible?




Reply With Quote