Consultor Eletrônico



Kbase P101746: Temp-table definition with before-table fails to compile
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/03/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0x

SYMPTOM(s):

Temp-table definition includes BEFORE-TABLE

Temp-table definition includes RCODE-INFORMATION qualifier

** Unable to understand after -- "BEFORE-TABLE <name>". (247)

** Unable to understand after -- "<string>". (247)

CAUSE:

Bug# 20050303-002

FIX:

Upgrade to OpenEdge 10.1A or later.

Workaround:
Remove the RCODE-INFORMATION qualifier.

In OpenEdge 10.x all temp-table information will be stored in the r-code by default, and the qualifier is there only for backwards compatibility. Since before-tables are a new feature introduced in the 10.x releases, the code will not be backwards compatible anyway.