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

MSSQL Connection

Posted by Tharadas179 Thursday, June 11, 2009

try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con = DriverManager.getConnection("jdbc:odbc:dsn");
}catch(Exception ex){
ex.printStackTrace();
}

0 comments

Post a Comment