Error Code: 1 (SQLITE_ERROR) syntax error
DELETE FROM Table_Name WHERE SingerName='Name Singer - ev'ry time') As you can see the name of the composition contains the symbol " ' " (Name Singer - ev'ry time), actually because of this there is a problem of deleting the string by this command. We delete using SQLiteDatabase sdb.delete () ;. What are the solutions? Does it make sense to use StringReader?