I tried manually replacing File.pathSeparator with "/" but the result was the same, i will try that again ..
so you say that the code is ok? On 20 Cze, 17:27, Mark Murphy <[email protected]> wrote: > On Sun, Jun 20, 2010 at 11:20 AM, kamiseq <[email protected]> wrote: > > E/Database( 434): sqlite3_open_v2("/sdcard:my_external_db.db", > > &handle, 2, NULL) failed > > This looks like you are trying to open /sdcard:my_external_db.db > instead of /sdcard/my_external_db.db. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _The Busy Coder's Guide to Android Development_ Version 3.1 > Available! -- 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

