Page 1 of 1

efficient way to get number of total (unfiltered) records in dataset

Posted: Fri 26 Sep 2014 08:10
by Ludek
hi,
I'm looking for a way to efficiantly get number of fetched records of a filtered tmsquery. Is there something better than temporarily set query.filtered := false, get query.recordcount and reset the query.filtered to true?
Thanks, Ludek.

Re: efficient way to get number of total (unfiltered) records in dataset

Posted: Mon 29 Sep 2014 13:32
by azyk
Currently, SDAC doesn't support the capability to retrieve the full amount of records contained in the dataset when filter is enabled.