Im trying to retrieve data from my database table called details. However when im running the query the exception "no such table" is thrown.
Below is the query.
Cursor c = mDb.rawQuery("SELECT * FROM details", null);
What have I missed?
Aucun commentaire:
Enregistrer un commentaire