les dejo el código espero sus comentarios.
Gracias.
Código Java:
Ver original
conection con= new conection(); //dataSearch dat= new dataSearch(); try { strSql="select * from pago" +" where year(fechareg)=2013 and month(fechareg)=12 and day(fechareg)>=01"; pst = conect.prepareStatement(strSql); pst.setQueryTimeout(0); int count=1; while(rs.next()){ count++; } // TODO Auto-generated catch block e.printStackTrace(); } return ""; }