HI,
what i mean ask is i want to connect all the databases using a driver which doesn't require a dsn...
 
Example: using mysql driver the code is something like bellow;

Class.forName("org.gjt.mm.mysql.Driver");

con=DriverManager.getConnection("jdbc:mysql://192.168.1.136:3306/test?user=xxx&password=yyy");

The above said driver doesn't require any dsn to connect...

so i need some driver to connect MS SQL and ORACLE Database with out using any dsn....

I searched the web but no luck...

Thanks in advance.

phani

 

Reply via email to