| |
- Causa
- THE CURSOR IDENTIFIED IN AN OPEN STATEMENT IS ALREADY OPEN.
The application program attempted to execute an OPEN statement for a cursor that was already open.
- Ação do sistema
- The statement cannot be executed.
The cursor was unchanged (that is, it was not 'reopened').
- Resposta ao Desenvolvedor
- Correct the logic of the application program to ensure that it does not attempt to execute an OPEN statement for a cursor that is already open.
SQLSTATE: 24502
© Copyright IBM Corp.
|
| |