| From: | Craig Lawton <craiglawton(at)qwest(dot)net> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | java.lang.AbstractMethodError |
| Date: | 2001-12-02 07:11:06 |
| Message-ID: | C0D4DFD6-E6F3-11D5-B064-0003930C7F9E@qwest.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Hello All,
I've been working with PostgreSQL 7.1.3 and the JDBC driver under Mac OS
X. I'm able to connect to a database, create a statement and execute a
query that returns a ResultSet. However, I've had quite a bit of
trouble working with most of the ResultSet methods. Specifically, only
a handful of the ResultSet methods function properly. For example,
ResultSet.next() correctly positions the cursor at the next record, and
I can retrieve values using ResultSet.getXXX(), however, almost all
other ResultSet methods (such as first(), previous(), getRow(),
rowRefresh(), etc..) return the error java.lang.AbstractMethodError.
I'm at a loss, any help would be appreciated.
Thanks,
Craig Lawton
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rene Pijlman | 2001-12-02 10:30:48 | Re: java.lang.AbstractMethodError |
| Previous Message | Scott Street | 2001-12-02 05:03:43 | JDBC/JSP: Strange Problem |