Have you tried: create a new instance of a database connection alongside the old one, then point your SQL methods at the new connection. When you have them all switched over, delete the old connection.
-cw-
> -----Original Message-----
> From: Magnus Heino [magnus.heino@rivermen.se]
> Sent: Wednesday, August 02, 2000 5:50 AM
> To: zope@zope.org
> Subject: [Zope] Change db connect string in python or dtml
>
>
>
> Hi.
>
> I have an instance of a 'Z MySQL Database Connection' called mysql.
>
> How can I change the 'Database Connection String' and then then try to
> connect, either in dtml or python?
>
> --
>
> /Magnus Heino