I am trying to out.println a recordcount from the following query. Any
ideas? Thanks...



<%@ page language = "java" import="java.sql.*,javax.sql.*,allaire.taglib.*"
%>
<%@ taglib uri = "jruntags" prefix = "jrun" %>

        <%
        String t = request.getParameter("type");
        String f = request.getParameter("fieldContent_1");
        %>

        <jrun:sql datasrc="MetaVLearn" id="ps" scope="page">
        SELECT  *
        FROM    tblEXPO
        WHERE   specificContent LIKE '<%= f %>'
        </jrun:sql>

        <jrun:param id="ps" type="QueryTable" />
        <jrun:foreach group="<%= ps %>">


        </jrun:foreach>


Todd M. Boyer

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to