You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Stéphane Rault <st...@selic.fr> on 2007/09/04 11:07:37 UTC

Newbie question

Hello everybody.
 
I'm using BasicDataSource to work with differents database in our own
database pool. My problem is that I must work with different version of
Oracle that need different versions of the same class. Is there a
possibility to precise the needed jar with the driver class (I can also give
an URLClassLoader to localize the jar to the corresponding version).
 
Can DBCP help me there ?
 
Thanks in advance.
 
Stéphane.