Kbase P173347: Static query can be opened without being defined
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/14/2010 |
|
Status: Unverified
SYMPTOM(s):
Static query can be opened without being defined
OPEN QUERY <query> statement does not raise error if query is not previously defined
Error 3328 does not occur
QUERY <query> could not be found. (3328)
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
CAUSE:
This is expected behavior.
As documented in the ABL Reference for the OPEN QUERY statement:
"The query name may have been defined previously in a DEFINE QUERY statement. Otherwise, the OPEN QUERY statement implicitly defines the query."
FIX:
This issue is describing expected behavior.