getConnection() method of PreparedStatement

From: "Sulakshana Awsarikar" <sulakshana(at)mithi(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: getConnection() method of PreparedStatement
Date: 2002-01-31 10:42:03
Message-ID: 003f01c1aa43$ebca50c0$0500a8c0@vsnl.net.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sulakshana Awsarikar 2002-01-31 11:28:39 Re: getConnection() method of PreparedStatement
Previous Message Axel Tischer 2002-01-30 20:35:43 Trouble-over