Subject TIBOQuery Sorting
Author StinkyDuck
I am using TIBOQuery and retrieving records. Can I dynamically sort the
records I have without having to perform another query?

Say for example I query for IDNumber, FirstName, and LastName. For one
function I would need to sort my query by IDNumber. For another function I
would need to sort by LastName.

Is this possible without having to perform another query on the database?

Any help would be greatly appreciated.

Thanks.