Re: [INTERFACES] JDBC: DatabaseMetaData and getPrimaryKeys

From: "John Barrett" <jbarrett(at)onramp(dot)net>
To: <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] JDBC: DatabaseMetaData and getPrimaryKeys
Date: 1999-02-11 20:31:15
Message-ID: 005501be55fd$7b240e80$1aca32ce@devsys.iplay.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bio(dot)es>
To: pgsql-interfaces(at)postgreSQL(dot)org <pgsql-interfaces(at)postgreSQL(dot)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(at)bio(dot)es
>
>
>
>

Attachment Content-Type Size
DBXfer.java application/octet-stream 5.4 KB

Browse pgsql-interfaces by date

  From Date Subject
Next Message Karsten Kaus 1999-02-11 20:59:49 ODBC - MSysConf
Previous Message Michael Meskes 1999-02-11 19:51:42 Re: [INTERFACES] facing problem with ecpg