EGL Java run-time error code VGJ0709E

 

VGJ0709E: A statement (%1) used a prepared statement that has not been prepared.

 

Explanation

The prepared statement named in the error message does not exist. Prepared statements are created by calling the EGL prepare statement.

 

User Response

Correct the program logic by adding a prepare before the prepared statement is used.