Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
conn= DriverManager.getConnection("jdbc:odbc:aaa", "sa", "");
在ODBC里面设置aaa即可,不论数据库在哪台机器上,只要局域网内能访问就行