I eventually got "attach database" to work by using this syntax:
db.execSQL("attach database ? as userdb", new String[]{"/data/data/
com.mycompany.myapp/databases/user.db"});
However, I cannot seem to get this working using relative paths.
What is the path relative to?
--
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