Kbase P66174: Compile is very slow.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/5/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
SYMPTOM(s):
Compile is very slow.
In Procedure Editor the compile process takes too much time before actually running the code
CAUSE:
Field and file names match. Example: "item" field inside "item" table.
FIX:
Qualified fields like "item" with table name.
Example:
FOR EACH item NO-LOCK :
DISPLAY item.item
description
.
END.