I wish to pass multiple parameters to a stored procedure.
I cannot find any documentation but I am using recordset object with command.parameters.item(x).value. I have a problem passing more than one parameter x as 0 is OK but any more is not processed.
Any idea where there is some documentation of this process.
Regards