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