Firelord84
Programmer
I am designing a database to hold specialized information about a person. It will hold all their general information, and very large amounts of images about that person (each kind of image will be stored in a different table) Currently there are 11 different tables about each person (and more will be added). The customer wants each person to have their own database for security and privacy reasons. (I tried to pitch the idea of one set of tables in which we stuff all the people's information into and assign them all Unique IDs, but they didn't seem to like that based on privacy and security). Will I be able to query all of those DBs to generate reports about these people? If so, how hard will it be? I would really like to avoid storing each person in his own DB--does anyone have any thoughts about how to design this best? I would appreciate any input you have. Thanks in advance for you help.
--Clint
--Clint