Kbase P27117: AppBuilder's Temp-Table Maintenance Screen does not allow th
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/06/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.x
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Attempting to define a temp-table using the AppBuilder's Temp-Table Maintenance Screen.
Temp-table being defined has nothing to do with the database.
Hitting the Add button invokes the Table Selector dialog box, which lists all the current available tables from the database.
AppBuilder can only define a temp-table "like" a database table.
CAUSE:
Bug# 20000922-009
CAUSE:
The documentation on the AppBuilder's Temp-Table Maintenance Dialog Box under the Add button's functionality is as follows:
The AppBuilder uses the Progress 4GL "LIKE" syntax to define the Temp-Table. Defining the Temp-Table like an existing table causes the Temp-Table definition to be stored in the r·code during compilation, but does not require the TEMP-DB to be connected at run·time. This is necessary because Temporary Tables do not exist until run·time.
FIX:
Manually define the TEMP-TABLE with FIELD clauses in the AppBuilder's definitions section.