--- ibx/trunk/fbintf/client/3.0/FB30Statement.pas 2018/04/16 09:24:55 208 +++ ibx/trunk/fbintf/client/3.0/FB30Statement.pas 2018/03/14 12:48:51 209 @@ -1307,6 +1307,14 @@ begin FBOF := false; result := true; end; + if FCollectStatistics then + begin + UtilIntf.getPerfCounters(StatusIntf, + (GetAttachment as TFB30Attachment).AttachmentIntf, + ISQL_COUNTERS,@FAfterStats); + Check4DataBaseError; + FStatisticsAvailable := true; + end; end; FSQLRecord.RowChange; SignalActivity;