dimanche 5 juillet 2015

Can a SQLite database be Open, but not Readable?

I am working on Android application and want to ask if it might be possible for a SQLiteDatabase object, which is the object used to interact with the underlying SQLite db, to be Open (as in returns TRUE on "db.isOpen()"), but still not be readable?


What scenarios are possible? Locking?

Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire