[android-developers] Re: Sqlite Delete doesn't delete

2010-08-13 Thread RichardC
Try putting quotes around the phonenumber string On Aug 13, 4:15 pm, Wall-E bashee...@gmail.com wrote: I have written a database adapter to implement database functions like query(), delete(), update(), insert()etc.  So I have been able to insert and query just fine but deleting a specific

[android-developers] Re: Sqlite Delete doesn't delete

2010-08-13 Thread Wall-E
Thanks everybody, yea the problem is that the WHERE clause was using my string value without the quotes. On Aug 13, 11:22 am, RichardC richard.crit...@googlemail.com wrote: Try putting quotes around the phonenumber string On Aug 13, 4:15 pm, Wall-E bashee...@gmail.com wrote: I have