On 11/11/05, Roman <[EMAIL PROTECTED]> wrote: > I understand that none of you used MySQLPagedResultSet and there is no > TG feature to more or less automatically do it. > Correct?
Am I correct in assuming that MySQLPagedResultSet is a feature exposed via the DBAPI (and not SQLObject)? SQLObject automatically does LIMIT queries based on slices of a SelectResults object, but this may not have the same performance characteristics of a paged result set that is managed by the database server. Kevin

