Hi everybody. I want to use connectionpooling on a MySQL database. I
tried the turbine framework, but for some reason it didn't work. I also
tried the JDCConnection classes from sun, but they are not complete, so
I couldn't compile them. Can anybody of you tell me, where to find some
classes for C
Try this link http://jakarta.apache.org/commons/dbcp.html
It seems to be farely easy to use.
Jacob Vennervald
> -Original Message-
> From: Niko Bertele [mailto:[EMAIL PROTECTED]]
> Sent: 13. september 2002 12:26
> To: [EMAIL PROTECTED]
> Subject: Connection pooling
>
>
> Hi everybody.