TMyTable - Please add SORT function :-(
I'm cobnverting from ADO to MyDac...and the tables don't have a SORT function.
1
vote

-
Graham Marsden commented
I suggest you use the query component and specify an ORDER BY clause in the SQL statement to get a sort of the resulting rows.