Postgres PooledConnection...

Поиск
Список
Период
Сортировка
От Dirk Bromberg
Тема Postgres PooledConnection...
Дата
Msg-id 001701c2e1cb$4ee8de50$24ddfea9@xbserv
обсуждение исходный текст
Ответы Re: Postgres PooledConnection...
Список 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 по дате отправления:

Предыдущее
От: Rich Cullingford
Дата:
Сообщение: Problem updating rows: absolute() vs. first()
Следующее
От: Peter Royal
Дата:
Сообщение: DatabaseMetaData.getImportedKeys returning duplicate rows