Consultor Eletrônico



Kbase P11303: Super Procedure is not releasing a record.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/25/2003
Status: Unverified

FACT(s) (Environment):

Super Procedure is not releasing a record.

CAUSE:

The transaction scope is done to the procedure level so it wouldn't release the record upon completion.

The transaction should be rescoped inside a DO or transaction block to seperate it from the procedure level.

FIX:

Add a Transaction level to the .p's processing