Hello, I do not know if you can open 2 ZODB
but you can exchange objects between 2 instances: a method on instance A would export an object as zexp and stream it over http and a method on instance B would call this method on instance A, and would import the resulting zexp but there is maybe a smarter way Eric On Wed, Jun 11, 2008 at 4:36 PM, rahul bhaskar <[EMAIL PROTECTED]> wrote: > Hi, > I am facing some problem with merging two zodb file. > is it possible to open two zodb Database at a time and copy object > from one to another. > > Regards > Rahul Bhaskar > _______________________________________________ > Zope3-users mailing list > [EMAIL PROTECTED] > http://mail.zope.org/mailman/listinfo/zope3-users > _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
