background image
<< Using Correlated Query Functions | To automatically retrieve the final row >>
<< Using Correlated Query Functions | To automatically retrieve the final row >>

stored-procedure

Database Vuser Scripts · Correlating Database Statements
Creating Vuser Scripts
Chapter 10, page 165
·
lrd_save_value saves the current value of a placeholder descriptor to a
parameter. Use lrd_save_value when working with database functions that set
output placeholders (such as certain stored procedures under Oracle).
The lrd_save_value function assigns the current, existing value of the placeholder
to a specified parameter.
·
lrd_save_ret_param saves a stored-procedure's return parameter to a
parameter. Use lrd_save_ret_param when working with database stored
procedures in DbLib that generate return parameters.
To generate an lrd_save_ret_param function, highlight the parameter in the grid
and press F8. VuGen prompts you for a parameter name and places the function
before the grid.