EdMacDonald
Programmer
Is there a way to call a stored proc and reference the parameters by name instead of by position?<br>------<br>I am using the following syntax to add parameters to a command object that executes a SQL 7 stored proc:<br> <FONT FACE=monospace>cmd.Parameters.Append cmd.CreateParameter("@p1", adVarChar, adParamInput, 50)</font><br>I would like to have the parameters passed by name instead of by position. Is there a way to do this within ADO?<br><br>Thanks,<br><br>Ed<br><br><br><br>