[Discuss] need a data-base organizer program (like the old DBase III &c.)

Darren Duncan darren at darrenduncan.net
Mon Jun 9 21:50:00 PDT 2014


On 2014-06-09, 8:35 PM, Gordon Craig wrote:
> Hi guys:
> I'm looking for a data-base organizer to set up a simple address file for Linux
> (specifically LM 17. (I've lost the one in Thunderbird too often to count!) You
> old timers will recall the DBase series in Windows long, long ago. Easy to set
> up, easy to modify, and especially, easy to save and to move when/if I change OS.
> Anybody with ideas?
> Thanks
> Gordon

I recommend finding some program that uses SQLite for its storage, as you should 
be able to read or modify those on any platform for a long time.  SQLite is the 
most deployed SQL DBMS in the world, with like a billion or more deployments. 
It is embedded and its file format is portable. -- Darren Duncan



More information about the Discuss mailing list