Kbase 14058: Report Builder doesn't support Temp Tables Workaround
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/12/1999 |
|
Report Builder doesn't support Temp Tables Workaround
******** Report Builder Doesn't Support Temporary Tables ********
Report Builder doesn't support temporary tables. The temporary table
exists in a different memory space from Report Builder, and Report
Builder has no access to that space. Temp tables essentially exist
only in memory, and only in the memory space of the 4GL client that
creates them. The Report Builder has no way to get at that memory
because it runs in a separate executable with its own separate memory
space.
This is currently an architectural limitation.
The Workaround to this limitation would be to create a dummy table in your database or in a separate database and populate it with the report data. Then run reports against the dummy table.
Progress Software Technical Support Note # 14058