Re: getConnection() method of PreparedStatement

From: Barry Lind <barry(at)xythos(dot)com>
To: Sulakshana Awsarikar <sulakshana(at)mithi(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getConnection() method of PreparedStatement
Date: 2002-01-31 17:39:28
Message-ID: 3C598150.1080507@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

It sounds to me like you are runing a driver built for Java1.1 but
trying to call methods from Java1.2 or higher. If you have the correct
version of the driver for your runtime environment, you shouldn't get
any AbstractMethodErrors.

thanks,
--Barry

Sulakshana Awsarikar wrote:

> Hi
>
> I have recently started using pgsql and am using the PostgreSQL 7.1.1
> driver.
>
> On using the getConnection() method from the PreparedStatement interface the
> java.lang.AbstractMethodError exception is thrown.
> Similarly for methods like getRow() from the ResultSet interface.
>
> Aren't these methods implemented in the Postgresql driver ? If these methods
> are not implemented, is there any alternative method(s) that can be used in
> place of these.
>
> Is there some other version of PostgresSQL driver where these methods are
> implemented ?
>
> regards
> Sulakshana
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ashvin Lad 2002-01-31 18:29:28 Foreign Keys and getImportedKeys(..)
Previous Message Kovács Péter 2002-01-31 15:51:56 Re: Stored Procedures