Consultor Eletrônico



Kbase 19090: OPEN CLIENT: Don't Rely on _release() to Close Temp-Tables
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/09/1999
OPEN CLIENT: Don't Rely on _release() to Close Temp-Tables

Title: OPEN CLIENT: Don't Rely on _release() to Close Temp-Tables

KnowledgeBase NumberL 19090
Creation Date: 02-SEP-99
Modified Date:
This document applies to: Progress 9.0A and higher
Version and Release Number: 9.0B

Summary:

Developers often assume that issuing the _release() method call (Java)
or OC_Release() method call (ActiveX) will always close any open
temp-tables they have.

This assumption is incorrect.

The only time that invoking _release() or OC_Release() will close your
open temp-tables is if you are releasing the last object that is using
your AppServer connection.

Issuing _release() or OC_Release() in any other manner will *NOT*
close your open temp-tables.

References to Written Documentation or Other KnowledgeBase Documents:

19089 - OPEN CLIENT: Failure to Close Temp-Tables Causes Problems