java 通用连接 MS SQL 的写法
java 通用连接 MS SQL 的写法 ,给新手用吧 DBconnect DBC DBC = new DBconnect() java.sql.Statement stmt = null if (DBC.connec...
2013-12-28
88