Re: [android-developers] sort in sql

2010-10-10 Thread Mark Murphy
You would have to ask that question to whoever wrote the content provider you are querying. On Sat, Oct 9, 2010 at 12:30 PM, ohad srur wrote: > hello.. > > why the sort order doesn't work ? it compiles ok > > DataBase.DATE - is long number in the db , it's not working also for > integer and strin

[android-developers] sort in sql

2010-10-10 Thread ohad srur
hello.. why the sort order doesn't work ? it compiles ok DataBase.DATE - is long number in the db , it's not working also for integer and string String[] projection = {DataBase._ID,DataBase.ID2,DataBase.DESCRIPTION, DataBase.DATE, DataBase.TYPE_OF_PAYMENT,DataBase