Skip to Content
1
Former Member
Apr 21, 2009 at 09:49 PM

Using Recordset.command.parameters to pass variables to SQL Server

264 Views

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