EGL Java run-time error code VGJ0713E

 

VGJ0713E: GET failed because result set %1 was not opened with scroll.

 

Explanation

Only GET NEXT is allowed when the OPEN statement does not specify SCROLL.

 

User Response

Add the scroll option to the open statement where the result set is created.