Aviso importante


  C. A. Dornelles

SQL - SQLCODE's - Códigos positivos - +20237


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SQLCode +20237

   
 
  • 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