Re: [PHP-DB] managing variant data

2001-06-28 Thread Felix Meulenkamp
Guten Tag Herr Scott, Montag, 25. Juni 2001, 11:21:42, schrieben sie: JS> Hi again, another conundrum. JS> What is the best way to deal with the following situation? JS> You have a group of common properties including a property that indicates a JS> second group of common properties. For exa

Re: [PHP-DB] managing variant data

2001-06-26 Thread bill
I would create another table called "extras" that include all possible extra choices. This table has a SpeciesID field to assign it to a species. A third table called "details" could have OfficerID and ExtrasID and ExtrasValue fields. That way you could have as many or as few extras as you want

[PHP-DB] managing variant data

2001-06-25 Thread Jesse Scott
Hi again, another conundrum. What is the best way to deal with the following situation? You have a group of common properties including a property that indicates a second group of common properties. For example, suppose you have this table: Officers Name Rank Age Height Weight Sp