Pavan wrote:
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 ?
The word you want is "normalisation" and you could have a look at, say, http://www.devshed.com/c/a/MySQL/An-Introduction-to-Database-Normalization/ The URL suggests it's for MySQL but it's pretty generic stuff. Martin ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------