Greetings. I'm having a problem with database connectors, and maybe you can give me a hand.<br>
<br>
Is there a way to manage the opening and closing of database
connectors, apart from doing it from the zope management interface? <br>
By this I mean, I want to implement a Python script that checks wether
a database connection is open or closed. If it's closed, I'll open it,
all coded, without having to click the &quot;Open connection&quot; button. <br>
<br>
I haven't found info on this. Can you help me out with this?<br>
Thank you very much in advance.<br>