Consultor Eletrônico



Kbase 33336: Changes made to record in one session are not seen in another session
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P3336

SYMPTOM(s):

Cannot see the record updates made from one session in another session

CAUSE:

If you have more than one buffer which contains the same record, the updates are not visible for other users until all buffers are released. This is due to the fact that the record is flushed with the updates to the disk only when all buffers containing the record are released.

FIX:

Release all the buffers to make sure that the write to the disk is done (which will make the updates available to other users).