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.absolute
at ng.data.LabelDataModel.<init>(LabelDataModel.java:30)
at ng.AccessControl.<init>(AccessControl.java:103)
at ng.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(at)dial(dot)pipex(dot)com