c.madhav
Newbie
Karma: 0
Posts: 3
|
 |
« on: April 13, 2011, 02:40:12 pm » |
|
Hi All
I am working on Integration, i have to collect data from different DBs other than MAXIMO DB.From DBManger.getConnection() will always connects to MAXIMO DB.
How can i connect to different DB, without writing any standalone java class like (DriverManager.getConnection(),Class.forName() stuff), I feel this is not most efficient way.
So is there any way in MAXIMO where we can getConnection by supplying DB URL ,username and Password..to connect which ever db we want to connet.
Thanks Inadvance
|