Recordcount
Posted: 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
			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