Kbase P19855: How to scope a temp-tables buffer to an internal procedure
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/16/2009 |
|
Status: Verified
GOAL:
How to scope a temp-tables buffer to an internal procedure
FACT(s) (Environment):
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
Use the DEFINE BUFFER statement as follows.
For example, if the temp-table is named ttWhatever then placing the following statement at the beginning of the internal procedure will strongly scope the buffer to the internal procedure:
DEFINE BUFFER ttWhatever FOR ttWhatever.