PG 8.2's JDBC, and Statement.executeUpdate(String, String[]) causing AbstractMethodError

From: Ken Johanson <pg-user(at)kensystem(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: PG 8.2's JDBC, and Statement.executeUpdate(String, String[]) causing AbstractMethodError
Date: 2006-12-14 04:39:06
Message-ID: 4580D56A.10400@kensystem.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello all,

I'm getting a:

AbstractMethodError:
org.postgresql.jdbc2.Jdbc2Statement.executeUpdate(Ljava/lang/String;[Ljava/lang/String;)I

when I call Statement.executeUpdate(String, String[]) on the PG 8.2
distro's JDBC driver (I did not check any other versions).

Is there anything I should check in terms of my settings? I recall
seeing a discussion about prepared stmts being server side now, not in
the driver... and I am using the 'stringtype=unspecified' JDBC URL
parameter; not sure if this could be related.

Thanks in advance,

ken

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-12-14 05:11:54 Re: PG 8.2's JDBC, and Statement.executeUpdate(String,
Previous Message Mark Lewis 2006-12-13 17:47:46 Re: String escaping?