Re: Exception on call to isValid() method

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jeff Lanzarotta <delux256-postgresql(at)yahoo(dot)com>
Cc: PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Exception on call to isValid() method
Date: 2007-03-05 17:21:21
Message-ID: Pine.BSO.4.64.0703051220480.21492@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 5 Mar 2007, Jeff Lanzarotta wrote:

> I am receiving the following exception when I call the isValid() method
> on a database Connection object.
>
> Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError:
> org.postgresql.jdbc3.Jdbc3Connection.isValid(I)Z
>
> Any idea why this Exception would be thrown?

isValid is a JDBC4 method and you have a JDBC3 driver.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-03-05 17:25:57 Re: Utilizing executeBatch() with stored procedures
Previous Message Kris Jurka 2007-03-05 17:19:53 Re: jdbc integer value oid to big!