Returns the name of the parameter.
The parameter number is a Long whose value is between 1 and the total number of parameters.
The name of the parameter is the name associated directly with the field and may not correspond to the prompt displayed to the user.
VBScript
resultset.GetParamLabel param_number
Perl
$resultset->GetParamLabel(param_number);