Re: DatabaseMetaData weak implementation - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: DatabaseMetaData weak implementation
Date
Msg-id 008a01c1bbd9$3ee9eda0$8201a8c0@inspiron
Whole thread Raw
In response to DatabaseMetaData weak implementation  (Benoit Menendez <benoitm@pacbell.net>)
List pgsql-jdbc
Benoit,

The latest driver can be found at jdbc.postgresql.org

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Benoit Menendez
Sent: Friday, February 22, 2002 2:33 PM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] DatabaseMetaData weak implementation


I cannot get DatabaseMetaData.getIndexInfo to return anything. I tried
several versions of the JDBC driver... I currently use the one installed
by Cygwin, the classes are dated 1/16/2002 2:29pm

I also need to retrieve constraints information using
DatabaseMetaData.getImportedKeys, but no luck here either... this
function just returns null...

Is there a new (improved) JDBC driver out there?

Thanks,

    Benoit


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: JDBC build - take 2
Next
From: Bruce Momjian
Date:
Subject: Re: Code Fixes