Hi,
I have a custom stored procedure which get back an output paramter. Is there way to call it on the solomon and use the value of the output param.
I use the following code to call it with only the input parameters
SqlString = "exec xsp_CreateNew" + sparm(cType) + fparm(cBranch)
Call sql(C1,SqlString)
Thank you,
Mona
*This post is locked for comments
I have the same question (0)