AUTO TRENDS

You can get the latest Automobile new's and the latest and upcoming models of BMW,Mercedez Benz,Toyota,Hyundai,Tata..
Popular Technology Articles

Get Latest Tech News, Updates

Mysql Connection

Posted by Tharadas179 Thursday, June 11, 2009

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);
}
}

0 comments

Post a Comment