[Zope] Understand ZODB Query?
Dieter Maurer
dieter@handshake.de
Tue, 11 Mar 2003 23:59:45 +0100
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