SQL - SQLCODE's - Códigos negativos -087


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 -087

   
 
  • Causa
    • A NULL VALUE WAS SPECIFIED IN A CONTEXT WHERE A NULL IS NOT ALLOWED

      An SQL parameter or SQL variable having a null value was specified in a context in which a null value is not allowed.
      For example, an SQL statement can be specified with an SQL parameter or SQL variable on the PREPARE and EXECUTE statements.
      In these contexts the value of an SQL parameter or SQL variable must not be null.
  • Ação do sistema
    • The statement cannot be processed.
  • Resposta ao Desenvolvedor
    • Correct the SQL statement.

      SQLSTATE: 22004

© Copyright IBM Corp.