TimesTen Error Messages

TT-02874

Statement handle for ref cursor is in an invalid state


Cause

Your application attempted to bind a statement handle to a REF CURSOR parameter, but the handle was in an invalid state.


Action

Modify the application code, making sure to bind a statement handle that is in the correct state. Make sure that a statement handle bound to an OUT REF CURSOR does not have an open result set.


Additional Information

The compilation or execution failed.