paul@tmsl.demon.co.uk (Paul Thomas) wrote in message news:<20030825092255.A17124@bacon>...
> On 22/08/2003 14:10 kevin wrote:
>
> ResultSet.first() is a JDBC2 method and is implemented in
> orh.postgresql.jdbc2.AbstractResultSet. So you'll need to use either the
> JDBC2 or JDBC3 driver.
>
aha. (small, dim, lightbulb)
had all 3 drivers in common dir of tomcat, search path picking jdbc1 driver.
remove pg73b1jdbc2.jar and pg73b1jdbc1.jar from webserver common dir and re-run
code. presto, a jdbc3 driver.
thanks
kev.