DatabaseMetaData weak implementation

Поиск
Список
Период
Сортировка
Искать

DatabaseMetaData weak implementation

От:
Benoit Menendez <benoitm@pacbell.net>
Дата:
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

Re: DatabaseMetaData weak implementation

От:
Benoit Menendez <benoitm@pacbell.net>
Дата:
I downloaded that one as well and got the same results...

    Benoit

----- Original Message ----- 
From: "Dave Cramer" 
To: "'Benoit Menendez'" ; 
Sent: Friday, February 22, 2002 11:43 AM
Subject: RE: [JDBC] DatabaseMetaData weak implementation


> 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
> 
> 

Re: DatabaseMetaData weak implementation

От:
"Dave Cramer" <Dave@micro-automation.net>
Дата:
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


FAQ