Não esta dando certo , algum amigo poderia me ajudar , grato.
segue codigo.
<%@page contentType=“text/html”%>
<%@page pageEncoding=“UTF-8”%>
<%@ page language=“java” %>
<%@ page import=“java.sql.*”%>
<%@ page import=“java.sql.Date”%>
<%–
The taglib directive below imports the JSTL library. If you uncomment it,
you must also add the JSTL library to the project. The Add Library… action
on Libraries node in Projects view can be used to add the JSTL 1.1 library.
–%>
<%–
<%@taglib uri=“http://java.sun.com/jsp/jstl/core” prefix=“c”%>
–%>
Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”).newInstance();
Connection con = DriverManager.getConnection(dsn,usuario,senha);
st = con.createStatement();
rs = st.executeQuery(“select Ramal.grupo, count (CRJJ04.origem) As teste from CRJJ04, Ramal” +
“where CRJJ04.origem = Ramal.ramal” +
" Group By Ramal.grupo ");
Eu te pedi para colocar seu código em tags Code para não poluir seu tópico e ficar legível o código.
Reclamei do que fizeste e dei dicas de como mudar (tanto na parte do banco que não podes mudar, quanto na parte programática que isso sim podes mudar e verás que é bem melhor para ti e para o cliente), mas se achas que me ofender é mais interessante do que procurar se portar melhor num fórum, tudo bem.