This is
where you specify whether the system must check the Maximum No of
Records before the actual query is send to the database.
The check is performed by
sending SELECT COUNT(*) to the database. If the resulting number of
records is more than the allowed maximum, an error message is
displayed.
The default for this property
is No. Setting this property to Yes is useful if you do not want
the end user to execute queries that could kill the performance of
the data server.
|