On 13 Aug 2002, Axel Bock wrote:
> it into the database), but this is not what I intend.
> I want to say something like this (very, very roughly!):
>               db.save(dictionary)
> ...and Zope should put my dict into the db. Serialized.
>
> Does anyone know whether this is possible or not, and if yes, how?

Pickle it into a string and store the string.  Unpickle it when you
retreive it.  But why not just store it in the zodb?

--RDM


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to