On 2/16/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

> How do I do that (it must be something like a connection pool!?)

Not necessarily. It should suffice to create an instance of
BasicDataSource
(http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/BasicDataSource.html)
and set the appropriate parameters (driver name, jdbc url, username,
password).

Tom

Reply via email to