Aviso importante


  C. A. Dornelles

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


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 +231

   
 
  • 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