Hi,

I would like to use sqlite for my data storage and quite new to this
environment. Have a few queries regarding sqlite.
I have to store and read say 'n' users data.  Each user will have his own
contacts(Name,phonenumber) list.
At any point of only one users data will be written or read.

What is the best way to store this data ?.
Should i create different tables for each user, so hat at any point of time
only one users data will be accessed ?
Should i store all the information in one table and then acess it ?

Thanks in advance,
Pavan.

--
'****************************************************************
Always finish stronger than you start
*****************************************************************

Reply via email to