Record was changed by another user

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
InfoVision
Posts: 1
Joined: Wed 30 Apr 2014 08:44

Record was changed by another user

Post by InfoVision » Wed 30 Apr 2014 09:02

Good day, I've just upgraded MyDAC component from version 4.4 to 8.2.6, and in an application developed in Delphi 7 I occurs the error like the Subject when trying to lock a record.

The TMyTable LockMode property is set to lmNone: the error occurs though is set to lmOptimistic.

With the previous version was working properly: is need to set other properties of the components in the new version?

Thanks, good work.
Maurizio

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Record was changed by another user

Post by PavloP » Tue 06 May 2014 14:41

Behavior of the latest MyDAC versions changed in comparison to the version 4.40. Several bugs, including some related to record lock, were fixed.
Please try to compose a small sample to demonstrate the problem and send it to pavelp*devart*com.

Post Reply