i have a android database(sqlite) within several tables. now i want to return records with a query; my query for single table is :
Cursor c = db.rawQuery("SELECT * FROM Table1;", null);
Aucun commentaire:
Enregistrer un commentaire