[android-beginners] Re: SQLiteOpenHelper.getWritableDatabase ambiguous documentation

2010-07-02 Thread Bret Foreman
I'm in the DDMS file manager now and can't see anything related to SQLite. Do you know the exact path and filename for the datafle? Note that I discovered that onCreate wasn't being called because I got an exception from insertOrThrow that said no such database. So I'm not really sure if the db

Re: [android-beginners] Re: SQLiteOpenHelper.getWritableDatabase ambiguous documentation

2010-07-02 Thread Mark Murphy
On Fri, Jul 2, 2010 at 1:19 PM, Bret Foreman bret.fore...@gmail.com wrote: I'm in the DDMS file manager now and can't see anything related to SQLite. Do you know the exact path and filename for the datafle? Sorta. /data/data/your.package.name/databases/your.database.name where