NullPointerException on next()

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: NullPointerException on next()
Date: 2001-08-10 01:26:53
Message-ID: 3B73385D.7040108@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Using the jdbc 7.1.2 drivers:

Exception in thread "main" java.lang.NullPointerException
at org.postgresql.jdbc2.ResultSet.next(ResultSet.java:116)

that line is:
if (++current_row >= rows.size())

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-08-10 01:34:51 RE: NullPointerException on next()
Previous Message Joseph Shraibman 2001-08-10 00:00:43 Re: JDBC Performance