Hitachi

Hitachi Advanced Database Messages


KFAA30805-E

An invalid statement handle was specified. (M+J+O)

An invalid statement handle was specified. The possible causes are as follows: <SQLSTATE: 56020>

  • The statement handle used during execution of the definition SQL statement was released after normal termination of that SQL statement. Therefore, it is not necessary to release the statement handle.

  • When a COMMIT or ROLLBACK is executed, the statement handle is released, so it is not necessary to release the statement handle.

  • When a ROLLBACK is generated by an error, the statement handle is released, so it is not necessary to release the statement handle. Use EndTran in the SQL result information to determine whether a ROLLBACK was generated by an error.

S:

Ignores this SQL statement.

Action:

Correct the application program. Correct the statement handle, or delete the release processing for the statement handle.