No sorry I don't use a database. I save the data in a textfile.. I
have tried to save it in a database but
I'm breaking the heirarchy rather than using it in my advantage, by
creating tables for every kind of object.

Using a database isn't a option for me, any other suggestions?

Wouter

On Nov 30, 5:33 pm, String <sterling.ud...@googlemail.com> wrote:
> On Nov 30, 4:16 pm, Wouter <wouterg...@gmail.com> wrote:
>
> > Isn't there a better way to do this? I cannot save this file
> > in a database because the structure is to complex.
>
> Don't save the text file in a database, save the data. This is exactly
> the sort of problem that databases exist for. I doubt very much that
> the data is too complex for SQL, and that accessing a well-designed
> set of table would be slower than parsing a text file.
>
> String

-- 
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