Louis Janus wrote:

A few basic questions:

1. I assume it would be best to use a database as a backend to the
ultimate dictionary, but I am quite sure that I don't have the skills
to set up SQLite or any other database proficiently. (I can learn, I'm
sure, however)

2. If I take the easy way out and list each headword and its forms on
a separate card, will a large number of cards slow the searching and
displaying of items beyond usefulness?

3. Does anyone know of such a language dictionary developed using LiveCode?

How much data, in terms of both the number of records and the total size of the data set?

SQLite isn't hard to learn and would certainly do the job, but unless you need relationality or the data set is particularly large (>~50MB) you'll find there are a surprisingly broad range of options available for data storage with Rev, my personal favorite being custom properties.

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to