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


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

   
 
  • Causa
    • AN UNSUPPORTED SQLTYPE WAS ENCOUNTERED IN POSITION position-number OF THE SELECT-LIST.

      position-number is the position of the first element in the SQLDA with an unsupported data type.
      Either the application requestor or the application server does not have support for this type.
      This error can only occur in a client/server environment.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • Change the statement to exclude the unsupported data type.
      For a select statement, remove the names of any columns in the select-list with the unsupported data types.

      SQLSTATE: 56084

© Copyright IBM Corp.