Hello all,

I'm new to android development. I hope I could find some answer
regarding sdcard.
I'm trying to access a custom SQlite db file from my emulated SDCARD.
The same db file can be access from the application databases folder
but not from sdcard.
In debug mode I have an
"android.database.sqlite.SQLiteDiskIOException: disk I/O error"
exception when trying to open database via :
SQLiteDatabase.openDatabase("/sdcard/myDB.db", null,
SQLiteDatabase.OPEN_READONLY);

Could someone help me please ? I've look for this issue on the net but
no succeed.

Thanks.
Thao

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to