I\'m stuck with this for more than 48 Hrs now. I\'m trying to retrieve a output parameter value using ADO objects. here is my vba code.
Function ExecuteComm
Have a try after removing SET NOCOUNT ON; from your procedure
SET NOCOUNT ON;
I think this will help you. The affected row count will not returned if you set SET NOCOUNT ON; in procedure.