i have an ado function, that connects to a db and excutes a storedproc with no params.

i'd like to pass an array (or some collection) to the function, that contains the 5 fields necessary to create a parameter
createparameter(name, type, direction, size,value)

the thing is i'm not sure what sort of collection to use to hold the info.