Got this error when compiling progress code > Unknown or ambigous table (725). Found this article > https://knowledgebase.progress.com/articles/Article/P5916.
If anyone can share there expert insight, greatly appreciated.
Thanks,
Win
This error means that he compiler can't uniquely identify a table name in the code against the tables in the schema of the connected databases.
So if you have:
FOR EACH customer:
DISPLAY customer.
END.
Then either there is more than one "customer" table in those databases, or there is no "customer" table, or the abbreviation "customer" may match more than one table name, e.g. customera and customerb.
Thanks Rob..
---------------------------
found this article > knowledgebase.progress.com/.../000049159...the challenge is how to go to the Preference under AppBuilder in Linux...any idea...been searching over the internet did not find any commands or docs....