F
Fernando Souza
Guest
Just to clarify, there was no transaction so temp-tables changes are not undone in that case (that is documented). So whether it was an undo or no-undo temp-table, when there is no transaction active, the changes will not be undone. The record remains in scope and the errors will come up as we try to release the record when ending the procedure.
Continue reading...
Continue reading...