Consultor Eletrônico



Kbase P135616: A smartDataObject cannot be built using 2 tables from different databases, with the same name.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/10/2008
Status: Unverified

SYMPTOM(s):

A smartDataObject cannot be built using 2 tables from different databases, with the same name.

Error 425 creating an SDO with the AppBuilder.

Error: Table <table> is in database <db name> and <db name> (425)

Unknown or ambiguous table <table>. (725)

** <program> Could not understand line <number>. (196)

FACT(s) (Environment):

Windows
OpenEdge 10.x
Progress 9.x

CAUSE:

Table references within 4GL have to be unique.

FIX:

Append the database name to the table reference so that the references become unique.

To do this use the AppBuilder option:


AppBuilder-> menu options ->Preferences ->General, and tick the Qualify
Database Fields with Database Name