Kbase P13197: Getting error "database temp-db not connected" when running the application
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/3/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Getting error "database temp-db not connected" when running the application
Logic procedure of the SDO referencing the temp-table defined in SDO.
CAUSE:
error generated by src/adm2/logic.i line 80
( inside FUNCTION delete{&TABLE-NAME}Static ).
FIX:
DEFINE TEMP-TABLE tt LIKE tt in "definition" area of the logic procedure.