Check under
/data/data/com.android.nameofyourapplication/databases/nameofyourdatabase in the remote shell after running it using the command adb -s nameofyouremulator shell Emre > Date: Sat, 17 Oct 2009 21:52:38 -0700 > Subject: [android-beginners] [SQLite] Where's my database's file???? > From: [email protected] > To: [email protected] > > > For example : > When i want to create a database, i offen use command like: > private static final String DATABASE_CREATE = > "create table NOTES (_id integer primary key > autoincrement, " > + "title text not null, body text not null);"; > db.execSQL(DATABASE_CREATE); > > > NOW, I want to know the location of database file( NOTES ) that I've > created in my computer but not found. > Do you know??? > > Thanksssssss > > > > > > _________________________________________________________________ New! Get to Messenger faster: Sign-in here now! http://go.microsoft.com/?linkid=9677407 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

