====== nextRecordSet ====== ~~NOTOC~~ Do not confuse the recordset described here with ADOdb recordsets == Syntax == mixed nextRecordSet() ===== Description ===== In databases such as Microsoft SQL Server that can return record sets, i.e. a subset of the entire result set, this function returns the next set of records. Returning sets of records has benefits in terms of performance and memory management.