EGL Java run-time error code VGJ0707E
VGJ0707E: An SQL I/O sequence error occurred on %1.
Explanation
A sequence error may occur in these cases:
- An EGL replace or delete occurs but was not preceded by a setupd or update statement against the same SQL record
- An EGL scan occurs but was not preceded by a setupd or setinq statement against the same SQL record
The message identifies the last I/O operation that the program attempted, whether replace, delete, or scan.
User Response
Make sure that the order of EGL statements is correct.
Additional diagnostic information may become available if you enable program trace.