One things to bear in mind is will you need to query data across all users? 
Perhaps a report or some stats for all users?

If so, this is much more problematic if you have one DB per user, since you
would need to ATTACH all the separate files to enable the query to work.  A
single DB file, such reporting is simple.

Just something to bear in mind.
--
View this message in context: 
http://www.nabble.com/suggesiton-needed-for-using-SQL-lite-in-a-situation-t1828660.html#a4991206
Sent from the SQLite forum at Nabble.com.

Reply via email to