On Wed, 31 Dec 2003, peter royal wrote:
> Here's the situation:
>
> I have a table that has multiple foreign keys to another table, and the
> key is a composite key (ie multiple fields).
>
> The results returned from DatabaseMetaData.getImportedKeys() seem
> "wrong" in that all the KEY_SEQ 1's are returned first and then all the
> 2's
>
What version of the JDBC driver and what version of the database server
are you using? It should report results as you expect.
Kris Jurka