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


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

   
 
  • Causa
    • A LOCATOR WAS REQUESTED FOR HOST VARIABLE NUMBER position-number BUT THE VARIABLE IS NOT A LOB.

      The application requested that a locator be returned from host variable number position-number.
      A locator can only be used with LOB data, and the requested data is not a LOB.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • Change the statement to either return LOB data, or change the target host variable to not be a locator.

      SQLSTATE: 428D2

© Copyright IBM Corp.