RefreshQuick() does not work

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nishant
Posts: 1
Joined: Wed 23 Dec 2009 04:15

RefreshQuick() does not work

Post by nishant » Wed 23 Dec 2009 04:21

I am using MyDAC 5 and Delphi 7. I have multiple applications accessing the same database and table. When one application updates the data in a table, using RefreshQuick(), the updated / inserted records are not retreieved.

This happens on some databases only, whereas other databases work fine

Has any faced the same problem? Any quick solution would be greatly appreciated.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 23 Dec 2009 07:51

Please, try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com.

Post Reply