http://blog.youkuaiyun.com/missukiss02/article/details/6695791
- String sql = "";
- ResultSet rs = null;
- String fileRoute = "";
- String fileName = "";
- DBHelp dbHelp = new DBHelp("HNGH");
- id = Integer.parseInt(idstr);
- sql = "select * from sde.GHWJFiles where id=" + id;
- rs = dbHelp.select1(sql);