Kbase P55668: ODBC trigger fails to fire when compiled with a different logical name?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2004 |
|
Status: Unverified
SYMPTOM(s):
ODBC trigger fails to fire when compiled with a different logical name?
CAUSE:
Logical name of the database is not the same logical name that the procedure was compiled against.
FIX:
Progress stores the logical name of the database that it was compiled against in the r-code. The logical name of the database, that is connected must be the same logical name of the database that the code was compiled against.
The desired database should also contain identical structure and time stamp or CRC values for all the tables accessed by the application and must be connected with the same logical name or alias used to compile the application.