Re: [android-developers] problem of creating SQLite database on SDCard

2010-07-12 Thread Kostya Vasilyev
Kenneth, Does your app have WRITE_EXTERNAL_STORAGE permission? -- Kosyta 12.07.2010 13:21, Kenneth WON пишет: Dear all, I want to create a database storing on the SDCard, but there is error occurred. The following is the error: ERROR/Database(605): sqlite3_open_v2("/sdcard/LyodsGPS.sqlite", &

[android-developers] problem of creating SQLite database on SDCard

2010-07-12 Thread Kenneth WON
Dear all, I want to create a database storing on the SDCard, but there is error occurred. The following is the error: ERROR/Database(605): sqlite3_open_v2("/sdcard/LyodsGPS.sqlite", &handle, 6, NULL) failed ERROR/AndroidRuntime(605): Caused by: android.database.sqlite.SQLiteException: unable to op