I'm trying to call a parameterized sproc using the ADO command object. Problem is, that despite the fact that I am referencing the params by name, it still seems to insist that I put them in the order in which they are specified in the sproc.

Is this true or have I got some sort of setting missing that would allow me to pass the params in a way more suited to my application?