Re: [Zope3-Users] is it possible to copy object b/w two zodb Database
11 Jun
2008
11 Jun
'08
6:35 p.m.
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 <rahulbhask@gmail.com> 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 Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users
6507
Age (days ago)
6507
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Bréhault