Description
Returns
the prompt string displayed to the user for the given parameter.
The
parameter number is a Long whose value is between 1 and the total number of
parameters.
The prompt string is the question to present
to the user when prompting for a value, as defined by the creator of the query.
Syntax
VBScript
resultset.GetParamPrompt param_number
Perl
$resultset->GetParamPrompt(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 String containing the prompt string displayed to the user.