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


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

   
 
  • Causa
    • A LIST OF item-references ARE NOT IN THE SAME FAMILY.

      Each item-reference in the SET statement is either a host-variable or a transition-variable.
      The list of item-references must be of the same family, meaning if one of the item-references is a transition-variable, then all of the item-references in the list must be a transition-variable.
      If the statement is used in the triggered action of a CREATE TRIGGER statement, each item-reference must identify a transition-variable.
      If the statement is used in any other context, each item-reference must identify a host-variable.
  • Ação do sistema
    • The statement can not be processed.
  • Resposta ao Desenvolvedor
    • Correct the statement and execute it again.

      SQLSTATE: 428C6

© Copyright IBM Corp.