Hmmm - it seems its relative to root which means
context.getDatabasePath("user.db").getPath() does the trick:
db.execSQL("attach database ? as userdb", new String[]
{context.getDatabasePath("user.db").getPath()});
On Mar 1, 4:46 pm, westmeadboy <[email protected]> wrote:
> 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