lundi 7 septembre 2015

Select query error: no such table

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