On 4/3/06, Reinhold Strobl <[EMAIL PROTECTED]> wrote:
> I am searching for a way to change transparently the storage of ZODB from
> file-base to a relational database. In general, Zope books state, that this is
> possible.

Yes. By changing the storage from FileStorage to something that stores
pickles in an SQL database. Personally, I have never really understood
why you'd want to do that. :)

> But the reality is different, isn't it?

Well, no, not really, but the solution mentioned in the Zope boks may
not do what you expect.

So, question one: What is it you want to achieve?
--
Lennart Regebro, Nuxeo     http://www.nuxeo.com/
CPS Content Management     http://www.cps-project.org/
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to