Re: JDBC/JSP: Strange Problem

Поиск
Список
Период
Сортировка
Искать
От
Dave Cramer
Тема
Re: JDBC/JSP: Strange Problem
Дата
Msg-id
022c01c17b47$c78dd4a0$8201a8c0@inspiron
Ответ на
Список
Дерево обсуждения
Re: JDBC/JSP: Strange Problem Jens Carlberg <jenca@lysator.liu.se>
Scott,

Nicks suggestion is essentially what we need to do to debug this. One
other way to debug this is to look at the servlet that was created by
the JSP compiler. You should have a work directory, and a number of
servlets in there. If you can find the servlet, and the relevant code
please post.

Dave 

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Scott Street
Sent: Sunday, December 02, 2001 12:04 AM
To: PostgreSQL JDBC List
Subject: [JDBC] JDBC/JSP: Strange Problem


Hi folks,  new to the list and PostgreSQL -- In the process of
converting all of my MySql programs to Postgres.

I have run into a strange problem I can't resolve,  I narrowed the
problem down to a small snippet of code below.

The code compiles and runs,  I see the select all * from messages
execute and the data is returned via the network, however, the jsp only
outputs the
LAST record returned.   Can't figure it out -- anyone else hit this?

BTW:  Tomcat 3.3, Java 1.3.1, PostgreSQL 7.1.3 with JDBC 7.1-1.2.jar

(jsp code --- cut here ---)

<%@page contentType="text/html"%>

JSP Page
<%@taglib uri="/WEB-INF/lib/dbtags.jar" prefix="jdbc" %> <%@taglib
uri="/WEB-INF/lib/ietags.jar" prefix="pr" %>  

Message Listing from Dataserver

select all * from messages
MsgId fromUser toUser Subject Flags Text
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
В списке pgsql-jdbc по дате отправления
От: Nick Fankhauser
Дата:
Сообщение: Re: JDBC/JSP: Strange Problem
От: Nick Fankhauser
Дата:
Сообщение: Re: JDBC/JSP: Strange Problem
FAQ