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


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

   
 
  • Causa
    • ROLLBACK TO SAVEPOINT OCCURED WHEN THERE WERE OPERATIONS THAT CANNOT BE UNDONE, OR AN OPERATION THAT CANNOT BE UNDONE OCCURRED WHEN THERE WAS A SAVEPOINT OUTSTANDING

      The operations that are referred to are updates (inserts into or deletes from) a created global temporary table.
      If this SQL warning code is received as the result of a ROLLBACK TO SAVEPOINT statement, the rollback is performed; however, the changes that were made to the temporary table are not undone.
      If this SQL warning code is received as the result of an operation to a created global temporary table, the operation is performed; however, be advised that a savepoint is outstanding, and the update will not be backed out if a rollback to the savepoint is performed.
  • Ação do sistema
    • O comando SQL é processado.
  • Resposta ao Desenvolvedor
    • Verify that this is what you meant.

      SQLSTATE: 01640