hai friends ,
anybody know how to connect the java program with MySql database?
what is the name for tha driver?
Arne Vajhøj - 01 May 2007 03:31 GMT
> anybody know how to connect the java program with MySql database?
> what is the name for tha driver?
Code snippet:
Class.forName("com.mysql.jdbc.Driver");
Connection con =
DriverManager.getConnection("jdbc:mysql://localhost/Test", "", "");
Arne
Snyke - 01 May 2007 22:18 GMT
> hai friends ,
> anybody know how to connect the java program with MySql database?
> what is the name for tha driver?
Sun Microsystems has a nice tutorial about how to use JDBC:
http://java.sun.com/docs/books/tutorial/jdbc/
Hope this helps ^^
Regards,
Chris
--
http://www.snyke.net