android - Can a SQLite database be Open, but not Readable? -


i working on android application , want ask if might possible sqlitedatabase object, object used interact underlying sqlite db, open (as in returns true on db.isopen()), still not readable?

what scenarios possible? locking?


example:

sqliteapphelper sqlitehelper = sqliteapphelper.getinstance(context); sqlitedatabase appdb = sqlitehelper.getreadabledatabase(); 

note: code above using class extends sqliteopenhelper.


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -