With 5 you can have unlimited # of columns. With 3, well, you can't. On Fri, Mar 27, 2009 at 10:35 PM, Jesse McGrew <jmcg...@gmail.com> wrote: > > On Mar 27, 7:43 am, Stoyan Damov <stoyan.da...@gmail.com> wrote: >> Possible Approach 5, similar to 3 - a phony table with 3 columns: >> >> 1. Name/Key/Whatever >> 2. Type ("enumeration") >> 3. Data (string) >> >> The client would only need to convert the data from string to the >> appropriate type. > > Hmm. I'm not sure what the benefit of this is over #3. This basically > turns the result set on end, requiring extra complexity in the client > (looping over rows) without simplifying the server implementation. > > It does get rid of the "single row" objection, I suppose. Come to > think of it, if that's my only objection to #3, maybe the answer is > clear... > > Jesse > > >
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---