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


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

   
 
  • Causa
    • THE RANGE OF VALUES FOR THE IDENTITY COLUMN IS EXHAUSTED.

      An INSERT statement was issued against a table with an identity column; however all allowable values for the identity column data type have already been assigned, assuming NO CYCLE is in effect.
  • Ação do sistema
    • The statement cannot be processed.
  • Resposta ao Desenvolvedor
    • Redefine the table to use a data type on the identity column that supports a larger range of values.
      For example, if SMALLINT is currently specified, change the data type for the identity column to INTEGER.

      SQLSTATE: 23522

© Copyright IBM Corp.