Mailing List Archive

Get the name of the database
Hi,

is there a way to get the name of the database from a database
connection object?

ciao,
Jochen
--
--------------------------------------------------
Jochen Knuth WebMaster http://www.ipro.de
IPRO GmbH Phone ++49-7152-93330
Steinbeisstr. 6 Fax ++49-7152-933340
71229 Leonberg EMail: J.Knuth@ipro.de

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Get the name of the database [ In reply to ]
--On 10. November 2005 13:59:41 +0100 Jochen Knuth <J.Knuth@ipro.de> wrote:

> Hi,
>
> is there a way to get the name of the database from a database connection
> object?

Connection settings are stored specific to implementation of every DA. You
have to look the sources of your DA how it stores the informations you need.

-aj