I'm currently doing a project which requires a potentially large
underlying relational database, and have a couple of queries on how to
implement this in Android.

Firstly, is it possible to implement composite keys? I have seen
methods which suggest that all primary keys in a database must be
called '_id' for Android to recognise them, but cannot find anything
on if there is more than one key in a table.

And secondly, how can I load a pre-created database onto an Android
device efficiently? It will only need to be added once on
installation, but potentially be updated or have individual entries
added by the user.

I am currently implementing in API Level 4 (Android 1.6).

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to