I am connecting my table to the mydatasource1 which in turn is connected to the mytable1.
The mytable1 when I double click I have under the 'order by' part the text 'points desc'. This results in the sql string
"select * from mytable order by points desc"
Problem is while it fetches my data just fine, it doesn't order by the points field as it should
Thanks.