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


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

   
 
  • Causa
    • operand CANNOT BE USED WITH THE ASCII DATA REFERENCED.

      ASCII data was referenced in one of the following situations:
      • A LIKE predicate refers to a mixed data column in an ASCII table. The LIKE predicate is not supported for mixed ASCII data.
      • A VARGRAPHIC function was specified for a column in an ASCII table. The VARGRAPHIC function is not supported for ASCII data.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • Correct the SQL statement.

      SQLSTATE: 42988
© Copyright IBM Corp.