Re: Getting a cursor?
"Dieter Maurer" <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
Paul Winkler wrote at 2006-9-27 17:44 -0400: >I have the impression that there is no standard way to get access to a >cursor from a Zope DA. >Is that true? True. But you can get at a cursor for each DA using DA specific implementation details, as the DA needs a cursor itself. And as most Zope DA's are open source.... -- Dieter