Re: PoolConnection and several databases - Mailing list pgsql-jdbc

From Csaba Nagy
Subject Re: PoolConnection and several databases
Date
Msg-id 1048180231.1058.53.camel@coppola.ecircle.de
Whole thread Raw
List 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 ?
>



pgsql-jdbc by date:

Previous
From: "David Hooker"
Date:
Subject: Re: Problem with updateRow()
Next
From: "E. Harold Williams"
Date:
Subject: query returns wrong result set (apparently)