Hi
I am using follwing code for getting records
String query = "select from "+Suffix.class.getName() +" order by
name";
List<employedetails> console = (List<employedetails>)
pms.newQuery(query).execute();
But in this case order by not working
What can i do for execute order by .
please guide me
Thanks in Advance
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.