[Zope-dev] Re: [Zope3-Users] is it possible to copy object b/w two
zodb Database
Jim Fulton
jim at zope.com
Wed Jun 11 16:27:44 EDT 2008
On Jun 11, 2008, at 4:22 PM, Stephan Richter wrote:
> On Wednesday 11 June 2008, Jim Fulton wrote:
>> On Jun 11, 2008, at 10:36 AM, rahul bhaskar 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.
>>
>> Yes, using the export/import mechanism.
>
> Stupid question: Which one? I tried straight xmlpickle and got some
> errors
> randomly.
I was referring to the binary export/import, which is the only one
supported by ZODB, afaik, although it's been a very long time since I
looked at that code.
Jim
--
Jim Fulton
Zope Corporation
More information about the Zope-Dev
mailing list