[EMAIL PROTECTED] wrote:
I've got a remark regarding LargeSelect : getTotalRecords returns only the total number of records that are known to exist, and there is no method to give an estimation of the probable total number of records from the beginning of the query.
I've made a little method which I use in an object including
LargeSelect, which can do this. It accesses the class which name
is given in parameter to the LargeSelect constructor, sends
a SELECT COUNT() thing and gets the result.
I wonder if it would be useful for others to include it in
LargeSelect.
Provide the method and we will see about including it.
Scott
-- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
