Author
JDBC Connection Pooling
Sakthivelmurugan Kg
Greenhorn
Joined: Aug 07, 2009
Posts: 3
posted Sep 04, 2009 00:08:51
0
Hi All,
Can anyone send me a code on implementing JBBC Connection pool or pointers to get the same? Dont have time to write one myself. Its bit urgent.
Thanks & Regards,
Sakthi
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
Sakthivelmurugan Kg wrote: Can anyone send me a code on implementing JBBC Connection pool or pointers to get the same?
Usually, we don't write db connection pooling, instead we utilize the same using the API, like Apache DBCP
Sakthivelmurugan Kg wrote: Dont have time to write one myself. Its bit urgent.
No one here like that word "urgent"
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
Paul Okeke
Ranch Hand
Joined: May 16, 2009
Posts: 58
Your question is very clear, Need to be more elaborate..........
OCJP 1.6
subject: JDBC Connection Pooling