You are not logged in.
Pages: 1
Hi AB.
How to use CreateFillPrepare to retrieve TSQLEmployee objects ordered by date of admission? There are a better solution?
Offline
Add an ORDER clause just after the WHERE statement.
Or use TSqlTable sorting features.