Recordcount

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jepdk
Posts: 13
Joined: Mon 23 Oct 2006 13:48
Location: Denmark

Recordcount

Post by jepdk » Sat 30 May 2015 16:00

I am using MySQL server 5.0.22 from Delphi 2009 and XE7.
If a table or stored proc. has filter set, I get the correct numbers of records when opening dataset.

The problem is, when doing a Refresh, fx. MyTable1.refresh, still shows the correct rows, but the reported number of rows is count of ALL ROWS, not the number of rows after filtering.

This worked in MyDac 7.1.4 but not working in MyDac 8.5.14

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Recordcount

Post by ViktorV » Wed 03 Jun 2015 08:15

Thank you for the information. We have reproduced the problem and investigation is in progress. We will inform you when we have any results.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Recordcount

Post by ViktorV » Tue 23 Jun 2015 09:34

The new MyDAC build with a fix for the issue is available for download now.

Post Reply