Re: [INTERFACES] JDBC: DatabaseMetaData and getPrimaryKeys - Mailing list pgsql-interfaces

From John Barrett
Subject Re: [INTERFACES] JDBC: DatabaseMetaData and getPrimaryKeys
Date
Msg-id 005501be55fd$7b240e80$1aca32ce@devsys.iplay.net
Whole thread Raw
List pgsql-interfaces
I've attached a quick and dirty little application in Java I use to transfer
data from one server to another
It uses the getPrimaryKeys call and works nicely... please excuse the lack
of documentation/comments :)))))

Might help ya to see a working app that uses the method.....

-----Original Message-----
From: Alejandro Alberola Arias <alberola@bio.es>
To: pgsql-interfaces@postgreSQL.org <pgsql-interfaces@postgreSQL.org>
Date: Thursday, February 11, 1999 1:39 PM
Subject: [INTERFACES] JDBC: DatabaseMetaData and getPrimaryKeys


>Hi,
>
>I am using PostgreSQL 6.4 on a Linux box and its JDBC driver.
>
>The problem is that the getPrimaryKeys() method of the
>DatabaseMetaData class doesn't work for me.
>
>Any ideas ?
>
>Thanks.
>
>Alejandro Alberola
>alberola@bio.es
>
>
>
>

Attachment

pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [INTERFACES] facing problem with ecpg
Next
From: "Stephen Turner"
Date:
Subject: Help with ODBC