Mysql Connection



public UserDB() {
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);
}
}


Responses

0 Respones to "Mysql Connection"

Post a Comment

 

Recent Comments

Popular Posts

Return to top of page Copyright © 2010 | Platinum Theme Converted into Blogger Template by HackTutors