I have an Oracle stored procedure that has 4 parameters, 2 are input, 2 output. It was written for use in an ASP script. I am about to use it in a different situation, and call it from within another stored procedure, and I do not want the second of the 2 output variables. My question is, is it possible to ignore/discard this value without creating a variable which I will never use,to accept the return value?
TIA
John
TIA
John