Kbase P29898: What is the relationship between _Connect._Connect-ID and _Connect._Connect-Usr
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
What is the relationship between _Connect._Connect-ID and _Connect._Connect-Usr
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
All Supported Operating Systems
OpenEdge 10.1x
FIX:
The relationship is as follows:
_Connect._Connect-ID = _Connect._Connect-Usr + 1
Moreover:
_Connect._Connect-ID = RECID(_Connect)
However, _Connect-ID is currently undocumented, and undocumented features CAN change without notice.
If the above relationshipts are used by the application,it is recommended that these are added to a test in the QA cycle of the Progress application when upgrading, in order to make sure that this relationship is true in future Progress releases.