GetParamFieldType
Description
Returns the field type of the parameter.
The parameter number is a Long whose value is between 1 and the total number of parameters.
Syntax
VBScript
resultset.GetParamFieldType
param_number
Perl
$resultset->GetParamFieldType
(param_number);
- Identifier
- Description
- resultset
- A ResultSet object, representing the rows and columns of data resulting from a query.
- param_number
- A Long identifying the parameter.
- Return value
- A Long indicating the field type of the parameter. The value corresponds to a value in the FieldType enumerated type.