[PHP] Single vs. Multiple DBs || Which way to go?

2003-02-08 Thread CF High
Hey all. I'm attempting to organize a sport report site into working order. We've got approximately 100 tables, and I'm unsure whether to break the info up by sport (i.e. baseball, basketball, hockey, etc.) or to lump all the tables in one db and prefix tables by their sport name (e.g.

RE: [PHP] Single vs. Multiple DBs || Which way to go?

2003-02-08 Thread John W. Holmes
I'm attempting to organize a sport report site into working order. We've got approximately 100 tables, and I'm unsure whether to break the info up by sport (i.e. baseball, basketball, hockey, etc.) or to lump all the tables in one db and prefix tables by their sport name (e.g. bk_scoring =

Re: [PHP] Single vs. Multiple DBs || Which way to go?

2003-02-08 Thread Noah
to sifting through a 100 tables.. Thanks, --Noah - Original Message - From: John W. Holmes [EMAIL PROTECTED] To: 'CF High' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, February 08, 2003 7:32 AM Subject: RE: [PHP] Single vs. Multiple DBs || Which way to go? I'm