TimesTen Error Messages

TT-02875

Ref cursor statement handle must be from same connection as base statement handle


Cause

Your application attempted to bind a statement handle to a REF CURSOR, but the handle was allocated to a different connection than the connection of the base statement handle. The statement handle bound to the REF CURSOR must be from the same connection as the base statement handle.


Action

Modify the application code, making sure the statement handle bound to the REF CURSOR is in the same connection as the base statement handle.


Additional Information

The compilation or execution failed.