Hi,
I need to make a database for a site which shows its product line. They have about 20 different product categories. The problem is, just about each product has different attributes, so for example, product(a) might have code, description, weight, price, pack price while product (b) might have code, description, color, dimensions, price. And so on and so forth. No two categories are the same. Apart from going back to the client and asking them to somehow simplify their product catalog is there a way around this without having to create seperate tables for each product in the database and defeating the purpose of dynamic content?
Thanks.
I need to make a database for a site which shows its product line. They have about 20 different product categories. The problem is, just about each product has different attributes, so for example, product(a) might have code, description, weight, price, pack price while product (b) might have code, description, color, dimensions, price. And so on and so forth. No two categories are the same. Apart from going back to the client and asking them to somehow simplify their product catalog is there a way around this without having to create seperate tables for each product in the database and defeating the purpose of dynamic content?
Thanks.