Thank you for your response. I do know about (IN/OUT/INOUT) parameters. But stored procedures return data (beside from their parameters). They can actually return multiple result sets which clients such as Java and C# can iterate through and process those result sets. But how can we capture the result set from a stored procedure inside a SQLScript code?
It seems like it is impossible to capture the result set of a stored procedure from inside a SQLScript code.
Again, thank you for your response.