|
- Causa
- FETCH PRIOR ROWSET FOR CURSOR cursor-name RETURNED A PARTIAL ROWSET
A FETCH PRIOR ROWSET statement was issued, but there were not enough rows prior to the current cursor position to reposition the cursor on a
full rowset.
The cursor has been positioned on a partial rowset.
If a target was specified, then data has only been returned for the number of rows that were actually fetched for the partial rowset.
- Ação do sistema
- The cursor is positioned on a partial rowset.
- Resposta ao Desenvolvedor
- Analyze the situation to determine if anything should be rolled back.
SQLSTATE: 02504
|
| |