On 10 April 2016 at 13:07, Ted Roche tedroche@gmail.com wrote:
SQLite, yes. Whil Hentzen wrote a book about using SQLite for data import when data sources exceed 2 Gb, to pare down the data for final import into DBFs. I edited that book, and found that SQLite was a pretty nifty little database engine.
SQLite is a great but it's not designed for multiple users. It's perfect for a single user app, or for storing local configuration etc.
I wrote a small app in C# for my own use and it works really well.