11 Mar
2003
11 Mar
'03
10:59 p.m.
Heri wrote at 2003-3-11 22:10 +0800:
But by using RDBMS this would mean, I can use only 1 product type for entire zope instance?
You can differentiate with a special column in your table.
Unlike ZODB I can create multiple instances of the a product (in different folder) and the instances don't conflict with each other?
The value of your differenting column could be the path to the folder. Dieter