Re: getConnection() method of PreparedStatement
От | Barry Lind |
---|---|
Тема | Re: getConnection() method of PreparedStatement |
Дата | |
Msg-id | 3C598150.1080507@xythos.com обсуждение исходный текст |
Ответ на | Re: JDBC batching ("Tony DeWitt" <dewitt@eizel.com>) |
Список | 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 по дате отправления: