try {
Class.forName("com.mysql.jdbc.Driver");
con = DriverManager.getConnection("jdbc:mysql://localhost:3306/ss","root","root");
} catch (Exception e) {
System.out.println("GetConnection"+e);
}
}
Return to top of page
Copyright © 2010 | Platinum Theme Converted into Blogger Template by HackTutors
Responses
0 Respones to "Mysql Connection"
Post a Comment