Re: resultset.first() untrappable error

From: kevin(at)mtel(dot)co(dot)uk (kevin)
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: resultset.first() untrappable error
Date: 2003-08-27 09:31:03
Message-ID: 6675f17.0308270131.539a34e9@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

paul(at)tmsl(dot)demon(dot)co(dot)uk (Paul Thomas) wrote in message news:<20030825092255(dot)A17124(at)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.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tim McAuley 2003-08-27 10:33:33 Re: Issues with calling stored prcedures
Previous Message Jerry 2003-08-27 00:28:18 variable not found: database name