QueryRecCount
Posted: Tue 19 Sep 2006 23:58
Hi
I have a TQuery that has Options.QueryRecCount=true, but I can see from the MySQL log file, that there is no additional query being executed to get number of records (as the corelab help file says). But the RecordCount reflects the number of actual records correctly....
Besides if I set the Options.QueryRecCount to false, then the RecordCount still reflects the number of actual records correctly....
What is the use of Options.QueryRecCount then? And should it be true or false ? And when exactly will there be an extra query sent to the MySQL server ?
kind regards
I have a TQuery that has Options.QueryRecCount=true, but I can see from the MySQL log file, that there is no additional query being executed to get number of records (as the corelab help file says). But the RecordCount reflects the number of actual records correctly....
Besides if I set the Options.QueryRecCount to false, then the RecordCount still reflects the number of actual records correctly....
What is the use of Options.QueryRecCount then? And should it be true or false ? And when exactly will there be an extra query sent to the MySQL server ?
kind regards