Postgres PooledConnection...

From: "Dirk Bromberg" <bromberg(at)tzi(dot)de>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Postgres PooledConnection...
Date: 2003-03-03 21:24:39
Message-ID: 001701c2e1cb$4ee8de50$24ddfea9@xbserv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

i'm using this to get a simple connection sharing:

Jdbc3PoolingDataSource source = new Jdbc3PoolingDataSource();
source.setDataSourceName("A Data Source");
source.setServerName("localhost");
source.setDatabaseName("test");
source.setUser("testuser");
source.setPassword("testpassword");
source.setMaxConnections(10);

but how can i get the LargeObjectManager now ??????? i cant cast the
connections to PGConnection!!!

THX

Dirk Bromberg

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Royal 2003-03-04 02:27:09 DatabaseMetaData.getImportedKeys returning duplicate rows
Previous Message Rich Cullingford 2003-03-03 15:38:52 Problem updating rows: absolute() vs. first()