earlrainer
Programmer
I am using Delphi and ADO.
what is the Access equivalent of the "order by" clause.
normally in other databases we can write a query like
'select * from customers order by customername'
but it looks like Access does not support order/sort
or does delphi allow someother way to sort.
there is someproperty called TAdotable.sort , but how does it work
Can anyone please help.
what is the Access equivalent of the "order by" clause.
normally in other databases we can write a query like
'select * from customers order by customername'
but it looks like Access does not support order/sort
or does delphi allow someother way to sort.
there is someproperty called TAdotable.sort , but how does it work
Can anyone please help.