23 May
2003
23 May
'03
6:08 p.m.
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