Simple Database without SQL

Richard Gaskin ambassador at fourthworld.com
Tue May 20 16:21:47 EDT 2008


Chris Young wrote:
> I think I'm just going to go with a simple XML
> external file to hold the data I need..
> it really is going to be just a simple single user
> database holding just simple name/address/phone number info.

With a flat list like that you could just as well use a simple 
tab-delimited format.  It would be much simpler to parse, and you could 
even dump the contents into a field for a list view without modification.

-- 
  Richard Gaskin
  Managing Editor, revJournal
  _______________________________________________________
  Rev tips, tutorials and more: http://www.revJournal.com



More information about the use-livecode mailing list