RE: [PHP] DB / Tables Question

2003-12-04 Thread Robert Sossomon
Personally, as a design practice I would make the 2 tables in their own separate database. This would allow it to port anywhere, even a new server you bring online and shift everything to. I have been working on a catalog/quote system for our salesmen to use and have given it to a sister corporat

Re: [PHP] DB / Tables Question

2003-12-04 Thread Richard Davey
Hello Pushpinder, Thursday, December 4, 2003, 4:38:13 PM, you wrote: PSG> I want to be able to create a similar CRM package for other clients. My PSG> question is should I create a separate DB for each client. PSG> or is it a better design practice to create 2 tables (Admin and PSG> Contacts) p