Re: getExportedKeys/getImportedKeys

From: Barry Lind <blind(at)xythos(dot)com>
To: Patrik Lundgren <patrik(at)mensa(dot)se>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getExportedKeys/getImportedKeys
Date: 2003-03-12 15:12:22
Message-ID: 3E6F4E56.9090305@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Patrik,

If you provide a test case we can look into the problem.

thanks,
--Barry

Patrik Lundgren wrote:
> I'm having real problems with getting the foreign keys from my db. In
> fact I'm not getting it to work at all. I'm running postgresql 7.2 and I
> noticed that the code for getting the keys is different for 7.2 and 7.3
> in AbstractJdbc1DatabaseMetaData.java. I've tested all different
> parameters I can think of but still not getting any results. I've made
> sure that the table parameter is correct and passed null for catalog and
> schema. Is the method not working or what can I be doing wrong?
>
> Desperate... Thanks in advance for any help! Btw I'm making a database
> admin tool for multiple databases so I really need this to work or my
> diagrams won't look so good.
>
> Regards,
> Patrik Lundgren

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-03-12 15:16:50 Re: getExportedKeys/getImportedKeys
Previous Message Barry Lind 2003-03-12 15:11:14 Re: Problem with driver