aspose file tools
The moose likes JDBC and the fly likes Multiple RDBMS Connections Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Multiple RDBMS Connections" Watch "Multiple RDBMS Connections" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Multiple RDBMS Connections
 
Similar Threads
Connecting To Database
Instrumentation
Instumentation
Open Office classes
Using JDBC java code - how can I connect to IBM AS400 iSERIES to read data