Re: [Zope-DB] Multiple databases connection

2006-06-08 Thread Federico Di Gregorio
On mer, 2006-06-07 at 18:49 -0700, Infor Gates wrote: Is there anyway where we can have a dynamically database connection to each branch database with only one zope application (instead of multiples of the same application). We are using Zope 2.8.6, Postgresql 8.0.4 with Psycopg-1.1.21

[Fwd: Re: [Zope-DB] Multiple databases connection]

2006-06-08 Thread m.banaouas
May be dynamically database connection means that we use the same Z SQL Method with different database connections (in the same Zope Instance, of course). So we can change dynamically from one database to another (schema-equal). In other words, is it possible to define database connection