EGL0500E text: prepared statement statement not found[sqlstate:sql_state][sqlcode:sql_code]

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.


Feedback