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


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

   
 
  • Causa
    • Ocorreu um OVERFLOW durante a conversão de um dado do tipo numérico.

      During processing of the SQL statement, an overflow condition arose when converting from one numeric type to another.
      Numeric conversion is performed according to the standard rules of SQL.
  • Ação do sistema
    • The statement cannot be processed.
      No data was retrieved, updated, or deleted.
  • Resposta ao Desenvolvedor
    • Examine the syntax of the SQL statement to determine the cause of the error.
      If the problem is data-dependent, it might be necessary to examine the data processed at the time of the error.

      SQLSTATE: 22003

© Copyright IBM Corp.