On 1/13/11 6:51 AM, Kevin Cully wrote: > I think my point is that SQLite has it's place in the world: Utility > programs; light weight, low transaction programs; programs where easy > deployment and server setup wouldn't be feasible.
I use SQLite as the database for my big commercial app. This app just happens to be deployed to off-line single users around the world. The local SQLite database instances get and set some data on the MySQL mothership periodically, though (when online). It would have been heavyweight to require a local database server to be installed on all these remote machines just to get the application working. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

