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 <[email protected]> wrote: > On Nov 30, 4:16 pm, Wouter <[email protected]> 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 [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

