> Could somebody tell me how to close/open a database connection through
> python instructions?
If you want to close database connections from Zope then it may be not
so easy. Depends on DatabaseAdapter how it is resolved. I mean that Zope
DatabaseAdapters usually use volatile attributes like _v_db_connection
bound to specific ZODB connection's - thus this may be difficult
to definitely close all opened connections.

There is Zope-DB list for database specific questions.

-- 
Maciej Wisniowski
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to