Description
Sets
the comparison operator associated with the parameter.
The
parameter number is a Long whose value is between 1 and the total number of
parameters.
Syntaxe
VBScript
resultset.SetParamComparisonOperator param_number, compOp
Perl
$resultset->SetParamComparisonOperator(param_number, compOp);
- Identificateur
- Description
- resultset
- A ResultSet object, representing the rows and columns of
data resulting from a query.
- param_number
- A Long identifying the parameter.
- compOp
- A Long indicating the comparison operator for the parameter.
The value corresponds to a value in the CompOp enumerated type.
- Return value
- Aucune.