Kbase P11791: Simple FOR EACH table WHERE field = something raises 3509 error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
<field> matches multiple fields in <table>. (3509)
Simple FOR EACH table WHERE field = something raises 3509 error
CHANGE:
Recently applied delta.df (an incremental dump)
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Use a table prefix in your code as well (ie FOR EACH table WHERE table.field ...)