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

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -