So heres the deal. I'm currently running a few stored procedures that take in some paramaters to execute some stuff, all is well and working. The problem is that this one new stored procedure I'm creating needs to return an output value, which I am, but I need to capture that value in ASP. I currently am running the procedure using an ADODB.Command object. I'm not sure what I do so I can capture that returned value though, any help.
I thought I saw somewhere that you specify the parameter you want to return a value as returnable or something if that rings a bell or anything ;-).
Thanks,
Ryan
I thought I saw somewhere that you specify the parameter you want to return a value as returnable or something if that rings a bell or anything ;-).
Thanks,
Ryan