Kbase P14335: Is it necessary to have the database connection if the tempo
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/10/2003 |
|
Status: Unverified
GOAL:
Is it necessary to have the database connection if the temporary table is defined using the LIKE option?
FACT(s) (Environment):
Progress 9.x
FIX:
It is not necessary to be connected to the database when running the code that contains temporary table definition using the LIKE option. Temporary table definition is stored during compile time into the r-code of the procedure. Consider using the RCODE-INFORMATION option in order to store additional buffer-field actual attributes which are stored in the r-code's initial value segment.