View Single Post
  #1  
Old 08-01-2007, 02:47 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Whats the point?

You can do:

items.row1.bow = "whatever";
items.row1.somethingelse = "foo";
items.row2.bow = "...";
etc.

This is LESS limited than your model because it's easier to set up and has the potential of different numbers of fields for each row.

The only thing needed in a database object is a good querying method. If XPath were implemented we could have XML "databases". (Inefficient in larger systems, but for graal sized systems with probably less than 1000 records it'd be ok).
__________________

Coming soon (Hopefully:P)
Reply With Quote