On 03/25/03 11:26:57 +0530 Shanmugasundaram Doraisamy wrote:
> Yes we are using Swing based application to connect directly to
> the DB using JDBC. Any idea on how to setup up a connection pooling?
You will need to convert your application to use some form of middlewhere.
A connection pool only helps if you code that needs multiple connections to
the database. As you apps connect directly, each one needs it's own
connection and can't use a pool.
Hope this helps,
A.
--
Adam Sherman
Tritus CG Inc.
http://www.tritus.ca/
+1 (613) 797-6819