JDBC2 driver failure - Mailing list pgsql-jdbc

From Haig Ehramdjian
Subject JDBC2 driver failure
Date
Msg-id 69F1436AA435D7118EE1009027B0FF3A01216234@caemsx02.cae.ca
Whole thread Raw
Responses Re: JDBC2 driver failure
List pgsql-jdbc
Hello,

I have some code that does the following:

ResultSet rs = stmt.executeQuery("myQuery");

while (rs.next()) {
    //some processing
    String query = "blahblah";
    ResultSet rs2 = stmt.executeQuery(query);
}

All the processing up to rs2 works fine, but the instant I try to get the
result set,
I get the following errors in my catalina.out log file on Tomcat4:

java.lang.NullPointerException
        at org.postgresql.jdbc2.ResultSet.next(ResultSet.java:113)
        at
org.apache.commons.dbcp.DelegatingResultSet.next(DelegatingResultSet.java)

Any ideas? This is part of an in-house app I'm building and seems to be the
last stumbling block.

Thanks a lot,
Haig Ehramdjian


pgsql-jdbc by date:

Previous
From: "Marcus Andree S. Magalhaes"
Date:
Subject: Re: : URGENT: problem installing Ant
Next
From: Barry Lind
Date:
Subject: Re: JDBC2 driver failure