Aviso importante
Caso tenhas alguma
dúvida a respeito
da linguagem mande
um e-mail que terás
a resposta.
C. A. Dornelles
SQL - SQLCODE's - Códigos positivos
Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF.
SQLCode +883
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
Causa
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