Hi,
I have a MappingSqlQuery that reads a data set sorted with an ORDER BY statement in SQL. Yet in the returned linked list, I see that the last element is not the last record that would be returned by the SQL. How do I ensure that the ordering is correct?
Thanks.


Reply With Quote
