Postgres PooledConnection... - Mailing list pgsql-jdbc

From Dirk Bromberg
Subject Postgres PooledConnection...
Date
Msg-id 001701c2e1cb$4ee8de50$24ddfea9@xbserv
Whole thread Raw
Responses Re: Postgres PooledConnection...
List 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


pgsql-jdbc by date:

Previous
From: Rich Cullingford
Date:
Subject: Problem updating rows: absolute() vs. first()
Next
From: Peter Royal
Date:
Subject: DatabaseMetaData.getImportedKeys returning duplicate rows