Code: Select all
select tatanaam from tatranp where tatanaam like '%m%' order by tatanaam
- ' name
1 name
2 name
and so on
The table is defined as latin1/latin1_general_ci.
I haven't specified any index or anything else on the SimpleDataSet that might cause reordering of the records. I tried adding tatanaam as index, but that leads to the same result.
I would expect the grid to show the records in the order they were retrieved by the MySQL server. Instead some kind of sorting is applied.
What can be the problem ?