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


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

   
 
  • Causa
    • DATA TYPE data-type IS NOT ALLOWED IN DB2 PRIVATE PROTOCOL PROCESSING.

      An SQL statement uses a data type that cannot be used with DB2 private protocol.
      Data types such as LOBs (large objects), row IDs and user defined types cannot be accessed using DB2 private protocol.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • If this is an invalid data type, correct the statement.
      If this is a valid (but disallowed) data type, you can:

      • Remove access to the data type listed, and re-execute the statement.
      • Change the application program so that DRDA is used to access the data.
      • BIND the package containing the statement to the remote site with bind option DBPROTOCOL(DRDA) and rerun the program.

      Refer to the DB2 SQL Reference for more information.

      SQLSTATE: 56080
© Copyright IBM Corp.