Reserved Records?!
Posted: Wed 03 Jun 2020 06:47
Hi everyone,
I'm using Delphi Tokyo 10.2 with MySQL Data Access Components (MyDAC) 10.2.4.
I have a Customers Table which is shared with 100 different users.
Each user must retrieve one customer record from this table and contact him/her. The problem sometimes different users contact the same customer at the same time.
I need the user when retrieving a customer and while this user showing this customer data, the other users can't access this customer record.
I'm using Delphi Tokyo 10.2 with MySQL Data Access Components (MyDAC) 10.2.4.
I have a Customers Table which is shared with 100 different users.
Each user must retrieve one customer record from this table and contact him/her. The problem sometimes different users contact the same customer at the same time.
I need the user when retrieving a customer and while this user showing this customer data, the other users can't access this customer record.