Re: getConnection() method of PreparedStatement - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: getConnection() method of PreparedStatement
Date
Msg-id 3C598150.1080507@xythos.com
Whole thread Raw
In response to Re: JDBC batching  ("Tony DeWitt" <dewitt@eizel.com>)
List 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
>
>



pgsql-jdbc by date:

Previous
From: Kovács Péter
Date:
Subject: Re: Stored Procedures
Next
From: Ashvin Lad
Date:
Subject: Foreign Keys and getImportedKeys(..)