RefreshQuick bug #2

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ben
Posts: 119
Joined: Wed 17 Nov 2004 19:48

RefreshQuick bug #2

Post by ben » Thu 28 Jun 2007 19:30

I have a query

SELECT licenses WHERE active = 'Y'

and a timestamp fields that allows me to quickly refresh.

Upon RefreshQuick(true) it adds any new licenses that become active. But in case of a license is disabled (active = "N") the record is not removed from dataset.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 02 Jul 2007 14:49

We have reproduced the problem. The investigation of the problem is in progress. Unfortunately now we cannot give you any information. As soon as we solve the problem we'll let you know.

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 24 Jul 2007 08:34

Thank you for information.
We have reproduced the problem and fixed it.
This fix will be included in the next build of MyDAC 5.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Tue 24 Jul 2007 09:47

Hi,

Is there a planned date for the next release ?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 25 Jul 2007 07:40

The next MyDAC build will be available during one week.

Post Reply