Best unofficial Apache Server developers community |
|
I have the below code. Does this delete all the rows having name = myname? return mDb.delete(DATABASE_TABLE, NAME + "=?", new String[] { myname }); If not, can you help me how to achieve it Thanks, Vijay
posted via StackOverflow
|