[ZODB-Dev] I have a problem with ZODB

2007-01-10 Thread Duc Toan
My problem: I have a form to change information(ex: User name & Pass). And, this form is wrote by PHP. I want save information in that form to the ZODB. Which solutions should I use? Help me, please! and thanks a lot! ___ For more information about ZODB,

Re: [ZODB-Dev] I have a problem with ZODB

2007-01-10 Thread Dieter Maurer
Duc Toan wrote at 2007-1-10 16:52 +0700: >I have a form to change information(ex: User name & Pass). And, this form is >wrote by PHP. I want save information in that form to the ZODB. ZODB is a Python object database. I am unaware that there is a PHP-Python bridge. -- Dieter _

[ZODB-Dev] In-memory storage with undo ability?

2007-01-10 Thread Rooney, Mike (ext. 324)
Hi everyone, I have what I imagine is a pretty simple question. I am looking for a type of storage class (like FileStorage) which allows for undoing but stays in memory instead of on disk. If DemoStorage supported undo it would work but it does not appear to in ZODB 3.6. I was perusing the old zop

Re: [ZODB-Dev] In-memory storage with undo ability?

2007-01-10 Thread Jim Fulton
On Jan 10, 2007, at 5:01 PM, Rooney, Mike (ext. 324) wrote: Hi everyone, I have what I imagine is a pretty simple question. I am looking for a type of storage class (like FileStorage) which allows for undoing but stays in memory instead of on disk. If DemoStorage supported undo it would wor