Kbase P90715: Error 200 when compiling code using db name
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Error when compiling code
** Unknown table name <table>. (200)
Referencing database name in code
CAUSE:
Incorrect reference to the database instead of the table in the code:
FOR EACH db.table.field WHERE db.field:
FIX:
Ensure the db / table/ field positioning is followed in the code