[Zope] Database connections
John Eikenberry
jae@kavi.com
Tue, 23 Mar 1999 11:30:08 -0800 (PST)
On Tue, 23 Mar 1999, Oleg Broytmann wrote:
> On Tue, 23 Mar 1999, Paul Everitt wrote:
> > Oleg wrote:
> > > There are connections to different databases. So you said "one
> > > connection to one database"?
> >
> > If you can use one connection string in Postgres to access multiple
> > databases, then you just need one Database Connection. Otherwise,
>
> No. Connection string include database name, so I need one connection
> for every database.
Connection strings for MySQL also require you to include the database, but
you can still change databases at runtime via the 'use <database>'
command.
---
John Eikenberry
[jae@kavi.com - http://taos.kavi.com/~jae/]
______________________________________________________________
"A society that will trade a little liberty for a little order
will deserve neither and lose both."
--B. Franklin