Hello all,

I am implementing a CSV exporter to export the objects in a container. I
decided to write it as an 'app_iter' so that I dont have to store an
intermediate file. In the process, I figured that the ZODB connection
gets closed before the app_iter gets called (and making my ZODB object
references stale).

How can I open another ZODB connection, without hooking up with the
current transaction and use it in the app_iter? Or is there any better
way? Thanks in advance.

Joe

-- 
Joe Steeve
HiPro IT Solutions Private Limited
http://hipro.co.in/

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to