|
- Causa
- CURSOR POSITION OF CURSOR cursor-name IS NOT VALID FOR FETCH OF THE CURRENT ROW
The cursor was not positioned on a row, and either FETCH CURRENT or FETCH RELATIVE 0 was specified.
No data was fetched.
Name of the cursor used for the FETCH statement.
- Ação do sistema
- The statement cannot be processed.
The cursor position is unchanged.
- Resposta ao Desenvolvedor
- Correct the application program to establish position before issuing this FETCH statement.
SQLSTATE: 02000
|
| |