EGL Java run-time error code VGJ0710E
VGJ0710E: A %1 statement used a result set that is closed or does not exist.
Explanation
The result set used by the statement cannot be used because it is not open or does not exist.
User Response
Correct the program logic to avoid using invalid result sets.