ResultSet RS_result=new SqlServerDatabase().executeQuery("select count(*) as count1 from result");
RS_result.getInt(1);