--- ibx/trunk/fbintf/client/2.5/FB25Statement.pas 2018/01/18 14:37:53 111 +++ ibx/trunk/fbintf/client/2.5/FB25Statement.pas 2018/03/14 12:48:51 209 @@ -1219,6 +1219,11 @@ begin FBOF := false; result := true; end; + if FCollectStatistics then + begin + GetPerfCounters(FAfterStats); + FStatisticsAvailable := true; + end; end; FSQLRecord.RowChange; if FEOF then