Mybatis3使用JdbcOdbc驱动检索MS Access报No data found exception的解决方法
原因:Thistypicallyoccurswhenyoutrytoreadthevalueofacolumnmultipletimes.Forexample,thismaythrow"Nodatafound":ResultSetrs=statement.executeQuery(sql);while(rs.next()){if("value1".equals(rs.getString("myco