SQLite data storage
Richard Gaskin
ambassador at fourthworld.com
Thu Mar 21 14:13:36 EDT 2013
Chris Sheffield wrote:
> I need some advice/pointers on how best to store some static
> "read-only" data in a SQLite database. We're talking potentially
> thousands of records.
Thousands isn't very much. Is that the total for all the sheets? If
so, while SQLite is a good solution, sometimes keeping things simple
with just chunk expressions isn't a bad option with relatively small
data sets.
--
Richard Gaskin
Fourth World
LiveCode training and consulting: http://www.fourthworld.com
Webzine for LiveCode developers: http://www.LiveCodeJournal.com
Follow me on Twitter: http://twitter.com/FourthWorldSys
More information about the use-livecode
mailing list