[Zope-DB] automating db connections
ruger@acsnv.com
ruger@acsnv.com
Wed, 6 Mar 2002 10:30:58 -0800
Your DocFinder product is awesome. I've got it working.
Thanks again Dieter,
Rick
On Tuesday 05 March 2002 01:44 pm, you wrote:
> 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