background image
<< CtLib Result Set Errors | Using Correlated Query Functions >>
<< CtLib Result Set Errors | Using Correlated Query Functions >>

override the error

Creating Vuser Scripts
Chapter 9, page 160
Database Vuser Scripts · Developing Database Vuser Scripts
In
You can override the error by telling LoadRunner to continue script execution when
this type of error occurs. Insert the following line into your script:
To return to the default mode of terminating the script execution, type the following
line into your script:
Use this option with caution, as significant and severe errors may be missed.
LRD_ON_FETCHABLE_SET_ERR_CONT;
LRD_ON_FETCHABLE_SET_ERR_EXIT;