[Zope] Question about SQL queries in Python
Dieter Maurer
dieter@handshake.de
Mon, 26 Feb 2001 23:26:15 +0100 (CET)
ed colmar writes:
> I've been trying to accomplish a similar task... SQL calls from within
> python using the excellent PoPy and ZPoPy modules.
>
> Will this work in a external method? Or equally well in a product?
I would not call these low level methods directly (though it may work)
but use the higher level Z SQL methods.
This way, it would be ensured that the use plays well with Zope's
transaction subsystem.
Dieter