I am trying to call a stored procedure using ADO.

The procedure takes in a few parameters, calculates a number than passes it back out, how do I receive this value?

Jason