In my data-object there is an ADO-recordset with a lot of records, but I just need one or two to send to my business-object.

What's the best way* to copy just some records from a large recordset?

* also just a good way will do

Fedor