Search notes:

ADODB.Command: CreateParameter

The createParameter function of the command creates a parameter object.

Arguments

name A string value that contains the name of the parameter object.
type A dataTypeEnum value that specifies the data type of the parameter object.
direction A parameterDirectionEnum value that specifies the type of the parameter object.
size A long value that specifies the maximum length for the parameter value in characters or bytes.
value A variant that specifies the value for the parameter object.
All arguments are optional.

Index