| |
- Causa
- THE PREPARE STATEMENT IDENTIFIES THE SELECT STATEMENT OF THE OPENED CURSOR cursor-name.
The application program has attempted to PREPARE (actually, re-PREPARE) the SELECT statement for the specified cursor at a time when that cursor
was already open.
- Ação do sistema
- The statement cannot be executed.
The cursor was not affected.
- Resposta ao Desenvolvedor
- Correct the logic of the application program so that it does not attempt to re-PREPARE the SELECT statement for a cursor when that cursor is open.
SQLSTATE: 24506
© Copyright IBM Corp.
|
| |