摘要:
Java 使用execute方法执行Sql语句。mysql.ini是一个配置文件。配置内容可以看上一篇。class ExecuteSql { private String driver; private String url; private String user; private String pass; Connection conn; Statement stmt; ResultSet rs; public void initParam(String paramFile) throws Exception { Properties props = new Properties(); . 阅读全文
posted @ 2012-12-16 17:36 work hard work smart 阅读(29396) 评论(1) 推荐(0)