Re: Exception on call to isValid() method - Mailing list pgsql-jdbc

From Jeff Lanzarotta
Subject Re: Exception on call to isValid() method
Date
Msg-id 685599.32023.qm@web36801.mail.mud.yahoo.com
Whole thread Raw
In response to Exception on call to isValid() method  (Jeff Lanzarotta <delux256-postgresql@yahoo.com>)
List pgsql-jdbc
OK, thanks. I will look for a JDBC4 driver...

----- Original Message ----
From: Kris Jurka <books@ejurka.com>
To: Jeff Lanzarotta <delux256-postgresql@yahoo.com>
Cc: PostgreSQL JDBC List <pgsql-jdbc@postgresql.org>
Sent: Monday, March 5, 2007 12:21:21 PM
Subject: Re: [JDBC] Exception on call to isValid() method



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

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@postgresql.org so that your
       message can get through to the mailing list cleanly




pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Utilizing executeBatch() with stored procedures
Next
From: Jeff Lanzarotta
Date:
Subject: Re: Exception on call to isValid() method