pb compiling JDBC interface

From: Cyril FERRAND <cferran2(at)iutsoph(dot)unice(dot)fr>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: pb compiling JDBC interface
Date: 1998-07-07 11:34:23
Message-ID: 35A207BF.13384448@iutsoph.unice.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello

I try to compile JDBC interface for Postgresql. But I can't di it...
When I do $:make

I have this kind of errors:

./postgresql/DatabaseMetaData.java:2433: class postgresql.ResultSet is
an abstract class. It can't be instantiated.
return new ResultSet(connection, f, v, "OK", 1);
^
21 errors
make: *** [postgresql/CallableStatement.class] Error 1

Someone can help me?

Bye

--
*************************************************************************
* Cyril Ferrand : mailto:cyril(dot)ferrand(at)sophia(dot)inria(dot)fr *
* http://www.mygale.org/05/ironmask *
*************************************************************************

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Paul Bagyenda 1998-07-07 14:21:52 Already asked?
Previous Message Alexander Elsenaar 1998-07-07 11:15:43 RE: RE: [INTERFACES] Using psqlodb.dll with a 16-bits application