mardi 30 décembre 2014

SQL Lite DELETE Query not working

SQLite delete query isn't working. Can anyone tell me how to use db.delete(table, whereClause, whereArgs) method in limit query?!



String query = "DELETE From gpsinfo LIMIT 100 ";
Cursor cursor = db.rawQuery(query, null);

Aucun commentaire:

Enregistrer un commentaire