Hello,

I'm having trouble figuring out how to resolve my current issue with accessing the result of a stored procedure. The stored procedure is a function and returns a text value (the function itself returns the value, NOT via parameter). Everything I've read online deals with attaching a stored procedure that returns a record set and traversing the results or reading an output parameter that was passed. These procedure's are third party so I don't have the option of adding an output parameter and placing my return value in there.

Any thoughts?

thanks
brad