Mailing List Archive

MySQL connection
Hi!
I need to create a new database MySQL (and a new Z MySQL Database Connection)
at user login. Can I create a new Z MySQL Database Connection dynamically in
python? How?

How can I bind new Z MySQL Database Connection with logged user? (I need to
bind a Z MySQL Database Connection for each user logged).

Thanks in advance,
Fabio
--

Dott. Fabio Marcone

2T srl
Telefono +39 - 0871- 540154
Fax +39 - 0871- 571594
Email fabio.marcone@duet.it
Indirizzo Viale B. Croce 573, 66013 Chieti Scalo (CH)
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: MySQL connection [ In reply to ]
#

--On 22. Dezember 2005 10:06:11 +0100 Fabio <fabio.marcone@duet.it> wrote:

> Hi!
> I need to create a new database MySQL (and a new Z MySQL Database
> Connection) at user login. Can I create a new Z MySQL Database
> Connection dynamically in python? How?
>
> How can I bind new Z MySQL Database Connection with logged user? (I need
> to bind a Z MySQL Database Connection for each user logged).
>

Please check the mailinglist archive. The same question has been discussed
some days ago. To make it short: you can't. DB connections are shared and
tied only to *one* general user.

-aj