Unable to delete or update a row from sqlite table for android?

U have to change the code like this db. Delete("checked_details", "fname = ' "+a+" ' ", null).

Thanks for your answer but its getting same error – Shekhar Apr 19 at 10:40 @Shekhar What error?! Post your output or tell us where you are getting errors. You are making it impossible to help you.

– Klaus Apr 19 at 10:43 @shekhar give your log cat results – kannappan Apr 19 at 10:48 @shekhar try above code – kannappan Apr 190 at 5:18.

You can use the method delete(String table, String whereClause, String whereArgs). To delete a specific row, you will have to know information about that row which makes it unique (for example the row's primary key or a combination of data in its columns). You can also reference the SQLiteDatabase documentation for more information.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions