> Hi, im have just started programming python with cgi and i will try > to use > dbm as a db to practise
dbm is pretty low level, I'd recommend using the shelve module as a layer above dbm. Basically shelve makes a file look like a dictionary. Not the answer you asked for but since you don't intend to use dbm long term its probably a better solution! Alan G. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor