On 10 April 2016 at 13:07, Ted Roche <[email protected]> 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. -- Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CADwx0+La4y1WwwJf_6oWJpiQT0LenS8khCxC-=bg+zfrok2...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

