Hi fellow developers
Hi fellow developers
It seems to me that there is introduced a small bug/problem in the TFDDataSet.RecordCount function i Delphi Berlin. If you try to read this value AFTER you have looped through all the row, it returns 0. To fix this problem I had to move this statement in front of my while loop.
It seems to me that there is introduced a small bug/problem in the TFDDataSet.RecordCount function i Delphi Berlin. If you try to read this value AFTER you have looped through all the row, it returns 0. To fix this problem I had to move this statement in front of my while loop.
http://docwiki.embarcadero.com/Libraries/Seattle/en/FireDAC.Stan.Option.TFDFetchOptions.RecordCountMode is setted right?
ReplyDeleteDavid Berneda​ Diego Rigoni​ - RecordCountMode is set correctly. The record count is correct after open, but seems to be reset after EOF in 10.1 Berlin.
ReplyDeleteAnother mission for quality portal ...
ReplyDelete