hi guys,

this is my Query

        String name = "Mike"
;       Cursor cursor = getContentResolver().query(Phones.CONTENT_URI,
                                        null, Phones.NAME + "='" + name + "'", 
null,
                                        Phones.NAME + " ASC");


and name exists in the database but it always returns nothing. could
you tell me whats wrong with this???

regards,
Randika

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en

Reply via email to