Consultor Eletrônico



Kbase P26458: Is there some way to identify the current version of a recor
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/6/2003
Status: Unverified

GOAL:

How to identify whether a schema upgrade has been applied to a record?

GOAL:

How to identify the current version of a record in relation to it's table version?

FIX:

There is no way to access this information. Only the database layers (and sql92 in V9) see the "version identity" of a physical record. The schema update to the record is done at runtime, by the database layer. By the time that the client has received the record(s) the schema version has already been applied, so there is no way to catch the 'version before' the record was read and 'version after' the record is passed to the client.