No Understand.

selectionArgs of your Query
How to fill selectionArgs

 String selectionArgs[] = new String[] { "?A" };

 String columns[] = new String[] { MyContentProvider.VOCA_LIST };
 cur = r.query(MyContentProvider.CONTENT_URI,
columns,MyContentProvider.VOCA_LIST+"='"+text+"'", selectionArgs , null);

?????

2010/1/31 Brion Emde <[email protected]>

> Oops, that link didn't work. It's
>
>
> http://developer.android.com/reference/android/database/sqlite/SQLiteQueryBuilder.html#query(android.database.sqlite.SQLiteDatabase
> ,
> java.lang.String[], java.lang.String, java.lang.String[],
> java.lang.String, java.lang.String, java.lang.String)
>
> On Jan 31, 10:53 am, David Toledo <[email protected]> wrote:
> > Hi All
> >
> > How to implement "SQL Like" in SQLiteQueryBuilder?
> >
> > Thanks
> > David
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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