Wednesday, March 7, 2012

[android-developers] Re: SD card database

File dbfile = new File("/sdcard/android/com.myapp/databases/mydatabase.db" ); 
SQLiteDatabase db
= SQLiteDatabase.openOrCreateDatabase(dbfile, null);
db.open()
..
Moktarul


On Wednesday, 7 March 2012 00:09:30 UTC+5:30, bob wrote:
Is it possible to use SQLiteOpenHelper to create a database on the SD card?

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

No comments:

Post a Comment