Aviso importante


  C. A. Dornelles

SQL - SQLCODE's - Códigos positivos - +20224


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 +20224

   
 
  • Causa
    • ENCRYPTED DATA THAT WAS ORIGINALLY A BINARY STRING CANNOT BE DECRYPTED TO A CHARACTER STRING

      The DECRYPT_BIT, DECRYPT_CHAR, or DECRYPT_DB function was invoked with an argument that represents an encrypted string that was originally a binary string.
      A binary string cannot be cast to a character string using the DECRYPT_BIT, DECRYPT_CHAR, or DECRYPT_DB function.
  • Ação do sistema
    • The statement cannot be processed.
  • Resposta ao Desenvolvedor
    • The encrypted value can only be decrypted using the DECRYPT_BINARY function.

      SQLSTATE: 01658