Alex Hall wrote:
> Hi all,
> I am trying to sort the result set of an sql query, but google is not
> telling me what I can put in for the "sortOrder" parameter of
> "mdb.query()"
> Which argument in the list is this sortOrder, and what do I put in
> there for, say, an ascending sort of the "modified" column? Thanks!

You put in "modified". Or "modified ASC", if you want, but ascending
order is the default, IIRC.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in US: 14-18 June 2010: http://bignerdranch.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to