Re: Postgres PooledConnection...
От | Aaron Mulder |
---|---|
Тема | Re: Postgres PooledConnection... |
Дата | |
Msg-id | Pine.LNX.4.44.0303061054010.28475-100000@www.princetongames.org обсуждение исходный текст |
Ответ на | Postgres PooledConnection... ("Dirk Bromberg" <bromberg@tzi.de>) |
Ответы |
Re: Postgres PooledConnection...
Re: Postgres PooledConnection... |
Список | pgsql-jdbc |
There was a patch for this. If I recall correctly it was checked in to CVS HEAD but not one of the relvant branches. What version are you using, and are you able to build from source and see if that solves the problem? Aaron On Mon, 3 Mar 2003, Dirk Bromberg wrote: > 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 > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) >
В списке pgsql-jdbc по дате отправления: