| Author |
Multiple RDBMS Connections
|
L Goundalkar
Ranch Hand
Joined: Jul 05, 2001
Posts: 395
|
|
hi, I need to connect to two different RDBMS lets say DB2 and Oracle. Can I use Class.forName("mydriver") technique to load the database drivers and get connection using DriverManager.getConnection(). I think its not possible. How can I make my Swing ( desktop ) application to connect to different RDBMS, using the same JVM. Thanks for the time.
|
<b>L G Goundalkar</b><br /> <a href="mailto:lggoundalkar@yahoo.com" rel="nofollow">lggoundalkar@yahoo.com</a> <br />Sun Certified Programmer for Java 2 Platform.<br />Sun Certified Web Component Developer for J2EE.
|
 |
 |
|
|
subject: Multiple RDBMS Connections
|
|
|