Multiple users editing

Hi,
I want to know how to control the multiple users editing in DA. Suppose records is stored in TDAMemDataTable. How to doing the record of version control? Is it like “Record Lock” if the other want to edit the same record?

Hi,

I can suggest our DA7 sample that does almost the same: Refresh Update Data.zip (5.5 MB)

Hi,
Thanks. I tried your sample that is fulfill my requirement. I will try to find out which parts need to implement to my project. It may take much time to find out those events. :sweat_smile:

Hi,
I checked the source code that is not meet my expectation. It needs to create a lock field that control the status. I suppose it like MSSQL ROWLOCK feature or using the timestamp to control the version.

Hi,

You can “invent” you own way for implementation of such feature.

Noted with thanks!