Look for JDBC Type 4 Driver in the JDBC Industry Page @ http://java.sun.com/products/jdbc/industry.html
HTH, Binil On Wed, 12 Jun 2002, phani wrote: > 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 > > > > -- And did they get you to trade your heroes for ghosts? Hot ashes for trees? Hot air for a cool breeze? Cold comfort for change? And did you exchange a walk on part in the war for a lead role in a cage? - PF =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".