On Nov 2, 3:06 pm, petter <petter.gus...@gmail.com> wrote:
> Most of the DataBaseHelper examples I've seen only have a single table
> (e.g.http://www.vogella.de/articles/AndroidSQLite/article.html). Are
> there any guidelines for making DataBaseHelpers where the database
> have multiple tables?

The number of tables in your database is not directly related to the
DatabaseHelper.  If you want additional tables, you simply repeat the
same steps for your first table to create additional data objects and
tables.  The OrmLite documentation also includes details for using
foreign object relationships if you choose to do so.

Is there some specific question or issue that you are having that you
need more documentation or samples?  If so, it might help to describe
those details of your situation here.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to