Re: [PHP-DB] Child tables in MySQL

2001-01-22 Thread JJeffman
an -Mensagem Original- De: Darryl Friesen <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviada em: sexta-feira, 19 de janeiro de 2001 19:27 Assunto: Re: [PHP-DB] Child tables in MySQL > > > > How about creating a separate table for each user and a column in the &g

Re: [PHP-DB] Child tables in MySQL

2001-01-19 Thread Darryl Friesen
> How about creating a separate table for each user and a column in the > main table pointing to these user preference tables I missed the first part of this thread, so forgive me if I'm missing something, but that seems like a very bad idea. What if 10,000 people sign up (for whatever this se

Re: [PHP-DB] Child tables in MySQL

2001-01-19 Thread kancha
How about creating a separate table for each user and a column in the main table pointing to these user preference tables kancha. On Thu, 18 Jan 2001 21:53:55 -0700 (MST), John Starkey wrote: > Can anyone tell me how to create child tables in MySQL? I'm creating User > Prefs and need to store

RE: [PHP-DB] Child tables in MySQL

2001-01-18 Thread Alarion
that info. Sean -Original Message- From: John Starkey [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 12:14 AM To: Alarion Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Child tables in MySQL Forgive me.. newbie alert :} I'm trying to make a user homepage with prefs. But I&#x

RE: [PHP-DB] Child tables in MySQL

2001-01-18 Thread John Starkey
Forgive me.. newbie alert :} I'm trying to make a user homepage with prefs. But I've set it up for each user as a row. I think this may be a dumb question but I want a column to have an attached table per row. Is that possible? If not and I create a table for each user then I'm thinking of havin