[Zope-DB] automating db connections
Dieter Maurer
dieter@handshake.de
Tue, 5 Mar 2002 22:44:57 +0100
D.Rick Anderson writes:
> I need to figure out how to close and re-open a database connection from
> within Zope.
This calls for a standard answer:
You can do it from Zope Management Screen.
Look at the source of the defining dtml page.
Alternatively, you can use my "DocFinder" product
<http://www.dieter.handshake.de/pyprojects/zope>
and look at the methods provided by a Database Connection.
You may guess which methods do what you need.
Dieter