[Zope] How/where to store information

Dieter Maurer dieter@handshake.de
Fri, 23 May 2003 20:08:59 +0200


Wim Bekker wrote at 2003-5-23 12:12 +0200:
 > I want to store some information in a 2x2 array. One index is Products, the
 > other index is Components. The values are revision numbers. Everyday
 > Products, Components and revision numbers can change.
 > 
 > Since I'm just a starter, what are the ways to store these variables? Using
 > properties is not the correct way, so I guess using a database? Where can I
 > find the information I need?

You start with reading the Zope Book (you learn there about
integration with external relational databases).
Later, you might have a look at the "TinyTablePlus" Product.


Dieter