On Jan 9, 2006, at 2:38 AM, Carl Karsten wrote:

Ok, so I talked to someone today who needs an Address list app. (yes, something about that simple - few 100 names and addresses and some dynamic groupings.) I just saw the thing about SQLite - is that the 'best' db engine for something like this?

SQLite is the best choice for a file-based database, as the others are all server-based. You can use SQLite in a networked situation, like you would with Fox, if everyone has read-write permissions to the directory containing the database.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to