Consultor Eletrônico



Kbase P130804: FINALLY block does not delete dynamic objects
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/12/2010
Status: Unverified

SYMPTOM(s):

FINALLY block does not delete dynamic objects

When an error occurs in a program, the finally block does not delete dynamic objects even though a DELETE statement is executed.

If an error is being thrown, then the FINALLY block does not delete dynamic temp tables with the DELETE statement.

For example:

FINALLY:
DELETE OBJECT hTable NO-ERROR.
END.

FACT(s) (Environment):

Windows
OpenEdge 10.1C

CAUSE:

Bug# OE00167775

FIX:

Upgrade to 10.1C01 or later.
Upgrade to 10.2A or later.