RE: [INTERFACES] JDBC driver. ResultSet.absolute(int row)
От | Peter Mount |
---|---|
Тема | RE: [INTERFACES] JDBC driver. ResultSet.absolute(int row) |
Дата | |
Msg-id | 1B3D5E532D18D311861A00600865478C9F69@exchange1.nt.maidstone.gov.uk обсуждение исходный текст |
Список | pgsql-interfaces |
Only the 6.5 driver supports JDBC2.0 as there are a lot of new methods in that specification. The error you are seeing is where the JVM is noticing that the new methods are missing from the driver class files. The 6.5 driver should work with 6.4.2. Peter -- Peter Mount Enterprise Support Maidstone Borough Council Any views stated are my own, and not those of Maidstone Borough Council. -----Original Message----- From: Nigel Tamplin [mailto:adt09@dial.pipex.com] Sent: Sunday, June 13, 1999 11:00 PM To: pgsql-interfaces@hub.org Subject: [INTERFACES] JDBC driver. ResultSet.absolute(int row) Hi, I am having problems using the absolute() or getRow() methods of java.sql.ResultSet I am using Postgres 6.4.2 and Java 1.2 on Linux (RedHat 6.0 distrib) machine. the error I get is: Exception in thread "main" java.lang.AbstractMethodError: postgresql/ResultSet.absoluteat ng.data.LabelDataModel.<init>(LabelDataModel.java:30)at ng.AccessControl.<init>(AccessControl.java:103)atng.NG.main(NG.java:7) absolute and getRow are JDBC 2.0 - are these errors because the postgresql jdbc driver is not JDBC version 2.0 compatible? Thanks, Nigel Tamplin adt09@dial.pipex.com
В списке pgsql-interfaces по дате отправления: