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
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
- RE: [JDBC] NullPointerException on next() Joseph Shraibman
- RE: [JDBC] NullPointerException on next() Dave Cramer
- Re: [JDBC] NullPointerException on next() Thomas O'Dowd
