Subject | TIBOQuery Sorting |
---|---|
Author | StinkyDuck |
Post date | 2003-04-15T08:35:29Z |
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.
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.