Error after ApplyUpdates in a cached updates UniQuery

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
OswHitti
Posts: 4
Joined: Mon 24 Apr 2006 18:20

Error after ApplyUpdates in a cached updates UniQuery

Post by OswHitti » Mon 20 Sep 2010 13:46

Hi,

If I set a UniQuery dataset in a CachedUpdates = True, LockMode = lmOptimistic, modify a record, do ApplyUpdates, modify the same record and ApplyUpdates again, then I get the error: "Record was changed by another user".

I'm working with Unidac 3.00.0.3, Delphi 2010 and Oracle.

Thanks,

Oswaldo Hitti

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 20 Sep 2010 14:53

Hello,

This bug is already fixed; please download the latest UniDAC version.

Post Reply