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




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to