Re: PoolConnection and several databases

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Mario Rodriguez Villanea <mrodriguez(at)AVANTICATEC(dot)NET>
Cc: Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PoolConnection and several databases
Date: 2003-03-20 17:10:31
Message-ID: 1048180231.1058.53.camel@coppola.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

AFAICT, each opened connection will be tied to the DB you opened it
with... and anyway one pool would only make sense to connect to one DB.
But nothing prevents you to have multiple pools connected to multiple
DBs.

HTH,
Csaba.

On Thu, 2003-03-20 at 17:56, Mario Rodriguez Villanea wrote:
> Hi , Someone knows if I can establish connection with two different
> databases on the same postgres host using the poolconnection provided by
> postgres jdbc driver ?
>

Browse pgsql-jdbc by date

  From Date Subject
Next Message E. Harold Williams 2003-03-20 17:22:21 query returns wrong result set (apparently)
Previous Message David Hooker 2003-03-20 17:08:21 Re: Problem with updateRow()