Hi Folks
I have a SP that processes a series of values to see if they exist, and if they do not a string variable in the SP gets written to with the bad value(s).
I want to return this string variable as a single-value cursor at the end of the proc, but I can't figure out how to write the OPEN <cursor_name> FOR SELECT <varaible_name> FROM ... <?> Since there's no table to return a value from what do I put here?
Can someone light the way for me?
Thanks
CraigHartz
I have a SP that processes a series of values to see if they exist, and if they do not a string variable in the SP gets written to with the bad value(s).
I want to return this string variable as a single-value cursor at the end of the proc, but I can't figure out how to write the OPEN <cursor_name> FOR SELECT <varaible_name> FROM ... <?> Since there's no table to return a value from what do I put here?
Can someone light the way for me?
Thanks
CraigHartz