weronpc
06-12-2004, 06:48 AM
I am learning JDBC, when I am using java and want to connect to different database, do I have to download different database driver when I use different types of database?
If I am using MS SQL or MySQL, how do I know the JDBC driver name? Also the URL as well..
Class.forName( JDBC_Driver);
DriverManager.getConnection( Database_URL );
If I am using MS SQL or MySQL, how do I know the JDBC driver name? Also the URL as well..
Class.forName( JDBC_Driver);
DriverManager.getConnection( Database_URL );