exiting user defined function
Posted: Tue 17 Jul 2018 12:44
I have a user defined function (defined using registerfunction) that returns a formatted string based on certain parameters that are passed to the function.
I can check the parameters and return an error string, on each iteration of the function, if a paramter is incorrect but I would rather abort the query at the first error and let my calling application provide a more comprehensive help message. Is this possible?
Thank You
I can check the parameters and return an error string, on each iteration of the function, if a paramter is incorrect but I would rather abort the query at the first error and let my calling application provide a more comprehensive help message. Is this possible?
Thank You